Click here to Skip to main content
15,895,538 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Website Deployment Pin
Vimalsoft(Pty) Ltd16-Dec-08 19:18
professionalVimalsoft(Pty) Ltd16-Dec-08 19:18 
GeneralRe: Website Deployment Pin
Christian Graus16-Dec-08 19:43
protectorChristian Graus16-Dec-08 19:43 
GeneralRe: Website Deployment Pin
Vimalsoft(Pty) Ltd16-Dec-08 19:47
professionalVimalsoft(Pty) Ltd16-Dec-08 19:47 
AnswerRe: Website Deployment Pin
Brij16-Dec-08 19:34
mentorBrij16-Dec-08 19:34 
Questionhow make a move next command?? Pin
meki_211816-Dec-08 18:27
meki_211816-Dec-08 18:27 
AnswerRe: how make a move next command?? Pin
Brij16-Dec-08 18:44
mentorBrij16-Dec-08 18:44 
GeneralRe: how make a move next command?? Pin
meki_211816-Dec-08 19:02
meki_211816-Dec-08 19:02 
GeneralRe: how make a move next command?? Pin
Brij16-Dec-08 19:29
mentorBrij16-Dec-08 19:29 
You can do onething
Start from 0,increment it and save it in viewstate then next commond take the value from viewstate and show it again same way increment and save it viewstate .Do the same till last element.And show the value like below

TextBox1.Text = DS.Tables(0).Rows(int.Parse(viewstate["counter"])).Item("ITEM_NAME")

Cheers!!
Brij

GeneralRe: how make a move next command?? Pin
meki_211816-Dec-08 20:00
meki_211816-Dec-08 20:00 
AnswerRe: how make a move next command?? Pin
Nishant Singh16-Dec-08 19:04
Nishant Singh16-Dec-08 19:04 
GeneralRe: how make a move next command?? Pin
meki_211816-Dec-08 19:12
meki_211816-Dec-08 19:12 
GeneralRe: how make a move next command?? Pin
Christian Graus16-Dec-08 19:16
protectorChristian Graus16-Dec-08 19:16 
GeneralRe: how make a move next command?? Pin
meki_211816-Dec-08 19:23
meki_211816-Dec-08 19:23 
AnswerRe: how make a move next command?? Pin
Christian Graus16-Dec-08 19:16
protectorChristian Graus16-Dec-08 19:16 
GeneralRe: how make a move next command?? Pin
meki_211816-Dec-08 19:28
meki_211816-Dec-08 19:28 
GeneralRe: how make a move next command?? Pin
Christian Graus16-Dec-08 23:00
protectorChristian Graus16-Dec-08 23:00 
Questioninserting date to access database Pin
sarang_k16-Dec-08 18:09
sarang_k16-Dec-08 18:09 
AnswerRe: inserting date to access database Pin
Christian Graus16-Dec-08 18:12
protectorChristian Graus16-Dec-08 18:12 
QuestionRe: inserting date to access database Pin
sarang_k16-Dec-08 18:37
sarang_k16-Dec-08 18:37 
AnswerRe: inserting date to access database Pin
Christian Graus16-Dec-08 18:50
protectorChristian Graus16-Dec-08 18:50 
QuestionInsert blank value into dropdown after databind Pin
C#Coudou16-Dec-08 17:35
C#Coudou16-Dec-08 17:35 
AnswerRe: Insert blank value into dropdown after databind Pin
Abhijit Jana16-Dec-08 17:53
professionalAbhijit Jana16-Dec-08 17:53 
QuestionAjax error Pin
Mohammad Al Hoss16-Dec-08 16:54
Mohammad Al Hoss16-Dec-08 16:54 
AnswerRe: Ajax error Pin
N a v a n e e t h16-Dec-08 17:10
N a v a n e e t h16-Dec-08 17:10 
AnswerRe: Ajax error Pin
Christian Graus16-Dec-08 17:15
protectorChristian Graus16-Dec-08 17:15 

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.