Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I've an Employee Inquiry form ,in which html controls used.I'm using Sql Server 2008 to store data and Asp.net Gridview contol to retrieve data on same form.
My query is that how will I show data in Customized GridView control from database using all html controls except asp.net input controls ?

Thanking You.
Posted

 
Share this answer
 
Comments
Ravi K.Singh 24-May-12 2:06am    
Thanks a lot ! First link is really helpful.
bhagirathimfs 24-May-12 2:07am    
WC :)
Ravi K.Singh 24-May-12 2:09am    
But problem is that I've Html input type text ,except asp.net text boxes.
bhagirathimfs 24-May-12 2:14am    
Sry didn't understand your problem. :(

You have stored html tags in the data base ??
bhagirathimfs 24-May-12 2:21am    
May this link help you
http://stackoverflow.com/questions/2639162/c-sharp-html-tags-inside-gridview
use

Request.form["control name"]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900