Click here to Skip to main content
16,021,125 members

Comments by Sejal Rabari (Top 20 by date)

Sejal Rabari 18-Jun-13 2:55am View    
you answered somewhere like:

if (c is CheckBox)
{
var chkval = "";
if (Request[c.UniqueID] != null)
{
chkval = Request[c.UniqueID];
}
}
then what is c here?how to define it?
Sejal Rabari 18-Jun-13 2:51am View    
can you suggest me if i want to access textbox on button click,which is generated dynamically,for which id is tab_4 how to do this using

string = Request["tab_4"]; this is showing me errors. Would you please guide me some more?
Sejal Rabari 18-Jun-13 2:30am View    
If i will try to access controls at page_load,then what when there are no controls generated? The criteria is,after generating controls i want to enter values of this dynamic controls into database.How to implementthis in page_load and button click?
Sejal Rabari 14-Jun-13 4:52am View    
still doesnt worked. Can you suggest me any other way except gridview. I want to enter just 5 dates and 5 values for that dates.
Sejal Rabari 14-Jun-13 3:42am View    
I kindly request you for the resolution as its very important for me.Waiting for your reply at the earliest.Thanks.