Click here to Skip to main content
15,907,001 members

Comments by sudhakar19 (Top 16 by date)

sudhakar19 7-Jul-14 5:10am View    
thank u but actually i am trying to filter using dropdownlist for four columns at that case what we have to give as fiter expression?
plase help me
sudhakar19 17-Feb-14 1:16am View    
is there any other way to give notification to all other users?
sudhakar19 15-Feb-14 7:37am View    
actually sql database is updating by different users via web portal in iis. if one user updated the the data then i want to display it as a message pop up window to all users.
sudhakar19 29-Jan-14 2:17am View    
ya i hav tried somany but not working
sudhakar19 1-Jan-14 7:17am View    
string stri = ((DropDownList)GridView1.Rows[i].Cells[21].FindControl("implementd_remarks")).SelectedValue;
i hav tried like this and it is working but always stri getting null value.
is there any other way to get value of dropdownlist in a string.