Click here to Skip to main content
15,885,782 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to prevent displaying ID= in my URL querystring? Pin
Yusuf15-Apr-09 13:09
Yusuf15-Apr-09 13:09 
AnswerRe: How to prevent displaying ID= in my URL querystring? Pin
Warp-1015-Apr-09 20:38
Warp-1015-Apr-09 20:38 
AnswerRe: How to prevent displaying ID= in my URL querystring? Pin
Gaurav Mahajan16-Apr-09 1:19
Gaurav Mahajan16-Apr-09 1:19 
GeneralRe: How to prevent displaying ID= in my URL querystring? Pin
Armandt__16-Apr-09 2:07
Armandt__16-Apr-09 2:07 
GeneralRe: How to prevent displaying ID= in my URL querystring? Pin
Warp-1016-Apr-09 5:47
Warp-1016-Apr-09 5:47 
QuestionUser Control fires event - page and all other user controls subscribe to event Pin
Leftyfarrell15-Apr-09 5:47
Leftyfarrell15-Apr-09 5:47 
Questionproper use of repeater control question Pin
icewolf_snowfire15-Apr-09 5:02
icewolf_snowfire15-Apr-09 5:02 
AnswerRe: proper use of repeater control question Pin
ToddHileHoffer15-Apr-09 8:37
ToddHileHoffer15-Apr-09 8:37 
There are better ways of the doing that, but it probably doesn't matter.

As you say you can always count the rows in the data table. If no rows exists display another div.

If this application is going to have 10K+ users then you might want to look at doing this in a more efficient way. But really it is probably fine. However, you really should not use a repeater if you are only going to have one record. That's just common sense, it is called a repeater for a reason.

Also, why use a datareader to get a datatable. This is foolish. Use the dataAdapter to get a dataTable. Use DataReader to iterate through read only data or bind a control directly to a datareader object.


I didn't get any requirements for the signature


GeneralRe: proper use of repeater control question Pin
icewolf_snowfire15-Apr-09 9:23
icewolf_snowfire15-Apr-09 9:23 
GeneralRe: proper use of repeater control question Pin
ToddHileHoffer15-Apr-09 9:56
ToddHileHoffer15-Apr-09 9:56 
QuestionShare session between soap clients Pin
Vozzie215-Apr-09 2:01
Vozzie215-Apr-09 2:01 
AnswerRe: Share session between soap clients Pin
Yusuf15-Apr-09 4:06
Yusuf15-Apr-09 4:06 
GeneralRe: Share session between soap clients Pin
Vozzie215-Apr-09 11:57
Vozzie215-Apr-09 11:57 
GeneralRe: Share session between soap clients Pin
Vozzie215-Apr-09 12:12
Vozzie215-Apr-09 12:12 
Questionpaging in GRidView when I bind it with an object Pin
indian14315-Apr-09 1:42
indian14315-Apr-09 1:42 
AnswerRe: paging in GRidView when I bind it with an object Pin
Vimalsoft(Pty) Ltd15-Apr-09 2:49
professionalVimalsoft(Pty) Ltd15-Apr-09 2:49 
GeneralRe: paging in GRidView when I bind it with an object Pin
Ian McCaul15-Apr-09 3:50
Ian McCaul15-Apr-09 3:50 
AnswerRe: paging in GRidView when I bind it with an object Pin
Vimalsoft(Pty) Ltd15-Apr-09 4:04
professionalVimalsoft(Pty) Ltd15-Apr-09 4:04 
GeneralRe: paging in GRidView when I bind it with an object Pin
indian14315-Apr-09 7:40
indian14315-Apr-09 7:40 
GeneralRe: paging in GRidView when I bind it with an object Pin
Vimalsoft(Pty) Ltd15-Apr-09 19:57
professionalVimalsoft(Pty) Ltd15-Apr-09 19:57 
Questionwebfarm with state server session mode Pin
tejesh12315-Apr-09 0:39
tejesh12315-Apr-09 0:39 
AnswerRe: webfarm with state server session mode Pin
Colin Angus Mackay15-Apr-09 0:48
Colin Angus Mackay15-Apr-09 0:48 
GeneralRe: webfarm with state server session mode Pin
tejesh12315-Apr-09 1:44
tejesh12315-Apr-09 1:44 
GeneralRe: webfarm with state server session mode Pin
Yusuf15-Apr-09 4:11
Yusuf15-Apr-09 4:11 
AnswerRe: webfarm with state server session mode Pin
Abhijit Jana15-Apr-09 1:50
professionalAbhijit Jana15-Apr-09 1:50 

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.