Click here to Skip to main content
15,890,336 members

Comments by Lalit PB (Top 10 by date)

Lalit PB 29-Aug-12 5:49am View    
what is that function on page1.aspx? is it normal function or any event handler?
Lalit PB 3-Jul-12 4:01am View    
But there should be any object in ViewState like DataTable or List or DataRow array etc, What object you are assign to ViewState?

You can get all values in price column by enumerating GridViewRows.
Lalit PB 24-Apr-12 8:19am View    
What datasource you bind to GridView?
Lalit PB 24-Apr-12 7:48am View    
What value you want to send to database? is it Radio button's selected value true/false or radio button's text?
Lalit PB 21-Apr-12 5:01am View    
you want to set focus on textbox after postback or at client side it self?