Click here to Skip to main content
15,891,905 members

Comments by 204.sharma (Top 17 by date)

204.sharma 5-Jun-17 3:45am View    
Only one time...
204.sharma 24-Jan-17 6:00am View    
Solved...
204.sharma 14-Jun-14 3:59am View    
Thanks
204.sharma 14-Jun-14 3:55am View    
not working. how can i find forward slash. i am using ':Po'. But this is also not working.
204.sharma 29-Apr-14 1:42am View    
Here is the code to get values

txtdesc = new TextBox();
txtdesc.ID = "txt_" + dt.Rows[i]["descriptor_name"].ToString();
if (txtdesc.Text != "")
{
//emptyTextbox = false;
returnValue = returnValue + " and " + dt.Rows[i]["descriptor_name"].ToString() + " = '" + txtdesc.Text + "'";
}