Click here to Skip to main content
15,900,110 members

Comments by ankur789 (Top 86 by date)

ankur789 1-Aug-13 0:42am View    
not working
ankur789 31-Jul-13 23:48pm View    
i put where in my code
DataTable dt = new DataTable();
dt.Columns.Add("Column1_Name", typeof(string));
dt.Columns.Add("Column2_Name", typeof(string));
GridView1.DataSource = dt;
GridView1.DataBind();
ankur789 6-Jul-13 2:31am View    
sir this query fetch like this if i have 4 question then
1
4
4
3
3
means not a distict flow has been show suppose a student perform a test and after question 2 newid fetch 3 aftre that it again fetch 2 then problem has been find so
ankur789 6-Jul-13 1:11am View    
with all questions
ankur789 6-Jul-13 1:10am View    
but sir i have a problem i fetch the maxcount on the basis of quesid and if newid fetch directly last question then my submit button has been enabled so how can i work