What could be Simple solution ?  
Author Message
Yasir Imran





PostPosted: ASMX Web Services and XML Serialization, What could be Simple solution ? Top

Hi,

In my project a webpage facilitates Search, I have the following controls used

1-TextBox for keywords

2-ComboBox for Search Type

3-Submit Button

User comes & type a keyword, select search field from combobox & press submit, I retrieve record from an Ms Access database.

Using that selection I genrate a query

example(select * from [TableName] where [FieldName]=[Keyword]

Which control can execute this query, because gridview ask for a select statement before running the program

If possible please help me with code

Thanks




.NET Development7  
 
 
rfreire





PostPosted: ASMX Web Services and XML Serialization, What could be Simple solution ? Top

you may find an answer for that in http://forums.asp.net

Rgds

Rodrigo


 
 
Yasir Imran





PostPosted: ASMX Web Services and XML Serialization, What could be Simple solution ? Top

Why

Isn't this forum for ASP.Net discussions



 
 
rfreire





PostPosted: ASMX Web Services and XML Serialization, What could be Simple solution ? Top

actually no.... it for ASP.NET Web Services.... it sound confusing, but it is not actually the same ;)

Rgsd

Rodrigo


 
 
Yasir Imran





PostPosted: ASMX Web Services and XML Serialization, What could be Simple solution ? Top

All right, It mean there is no Forum for ASP.Net discussions on MSDN

RIght



 
 
rfreire





PostPosted: ASMX Web Services and XML Serialization, What could be Simple solution ? Top

No.... I guess....

But, please... take a look at this article that shows you how to use the "ObjectDataSouce"

This may help you on your problem

http://www.c-sharpcorner.com/Code/2004/Oct/ObjectDataSource.asp

Rgds

Rodrigo