Click here to Skip to main content
15,904,494 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Javascript for negative value Pin
Pushpa Setty30-Jan-08 19:58
Pushpa Setty30-Jan-08 19:58 
GeneralGridview problem URGENT !!!! Pin
G.K.M.30-Jan-08 18:13
G.K.M.30-Jan-08 18:13 
QuestionUser control events Pin
Arun Jacob30-Jan-08 17:12
Arun Jacob30-Jan-08 17:12 
GeneralRe: User control events Pin
Venkatesh Mookkan30-Jan-08 17:56
Venkatesh Mookkan30-Jan-08 17:56 
GeneralRe: User control events Pin
Arun Jacob30-Jan-08 18:36
Arun Jacob30-Jan-08 18:36 
GeneralRe: User control events Pin
Venkatesh Mookkan30-Jan-08 19:39
Venkatesh Mookkan30-Jan-08 19:39 
GeneralProblem using sleep function Pin
solarthur0130-Jan-08 12:53
solarthur0130-Jan-08 12:53 
GeneralRe: Problem using sleep function Pin
Venkatesh Mookkan30-Jan-08 17:43
Venkatesh Mookkan30-Jan-08 17:43 
solarthur01 wrote:
The below code is meant to get data from a db, display the first row, sleep for 2 seconds then display the second row. Can anyone spot what i may have done wron???


Your are confused & you are not aware of what you are doing. The code (I am not sure how it works) executes in the Server-side, and the final result would be the output of


solarthur01 wrote:
Dim ds As DataSet = New DataSet


ad.Fill(ds, "tblcustomers")
Dim dtab As DataTable = ds.Tables(0)
Dim dtabclone As DataTable = dtab.Clone()
Dim drow As DataRow = dtab.Rows(0)
dtabclone.ImportRow(drow)
GridView1.DataSource = dtabclone
GridView1.DataBind()
'gridview1

System.Threading.Thread.Sleep(2000)
drow = dtab.Rows(1)
dtabclone.ImportRow(drow)
GridView1.DataSource = dtab.Clone
GridView1.DataBind()


I think, you should try it with JavaScript + HTML Tables


[Venkatesh Mookkan]
My: Website | Yahoo Group | Blog Spot

GeneralRe: Problem using sleep function Pin
solarthur0131-Jan-08 10:32
solarthur0131-Jan-08 10:32 
Questionhow do I? Pin
learningman30-Jan-08 12:41
learningman30-Jan-08 12:41 
Generalwindow.showDialog Pin
waheed awan30-Jan-08 11:06
waheed awan30-Jan-08 11:06 
AnswerRe: window.showDialog Pin
Arun Jacob30-Jan-08 17:07
Arun Jacob30-Jan-08 17:07 
GeneralRe: window.showDialog Pin
waheed awan6-Feb-08 9:24
waheed awan6-Feb-08 9:24 
GeneralRe: window.showDialog Pin
waheed awan25-Feb-08 13:28
waheed awan25-Feb-08 13:28 
GeneralRe: window.showDialog Pin
waheed awan25-Feb-08 13:38
waheed awan25-Feb-08 13:38 
GeneralRe: window.showDialog Pin
Arun Jacob27-Feb-08 17:15
Arun Jacob27-Feb-08 17:15 
QuestionASPX page dimensions? Pin
Xpnctoc30-Jan-08 10:50
Xpnctoc30-Jan-08 10:50 
GeneralRe: ASPX page dimensions? Pin
Guffa30-Jan-08 12:28
Guffa30-Jan-08 12:28 
GeneralRe: ASPX page dimensions? Pin
Mike Ellison30-Jan-08 18:05
Mike Ellison30-Jan-08 18:05 
GeneralRe: ASPX page dimensions? Pin
Xpnctoc31-Jan-08 4:08
Xpnctoc31-Jan-08 4:08 
GeneralA little problem Pin
zeeShan anSari30-Jan-08 9:57
zeeShan anSari30-Jan-08 9:57 
GeneralRe: A little problem Pin
pmarfleet30-Jan-08 10:34
pmarfleet30-Jan-08 10:34 
GeneralRe: A little problem Pin
zeeShan anSari30-Jan-08 19:22
zeeShan anSari30-Jan-08 19:22 
GeneralRe: A little problem Pin
pmarfleet30-Jan-08 21:23
pmarfleet30-Jan-08 21:23 
GeneralJavascript Pin
waheed awan30-Jan-08 8:52
waheed awan30-Jan-08 8:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.