Click here to Skip to main content
15,923,006 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Setting Control Focus. Pin
rakeshs31219-Jan-10 17:52
rakeshs31219-Jan-10 17:52 
AnswerRe: Setting Control Focus. Pin
Brij19-Jan-10 19:15
mentorBrij19-Jan-10 19:15 
GeneralRe: Setting Control Focus. Pin
Hema Bairavan19-Jan-10 19:52
Hema Bairavan19-Jan-10 19:52 
GeneralRe: Setting Control Focus. Pin
Brij19-Jan-10 20:15
mentorBrij19-Jan-10 20:15 
QuestionA Design Question Pin
wilsonmanmcp19-Jan-10 9:52
wilsonmanmcp19-Jan-10 9:52 
AnswerRe: A Design Question Pin
Pranay Rana19-Jan-10 17:27
professionalPranay Rana19-Jan-10 17:27 
GeneralRe: A Design Question Pin
wilsonmanmcp19-Jan-10 22:22
wilsonmanmcp19-Jan-10 22:22 
GeneralRe: A Design Question Pin
Pranay Rana19-Jan-10 22:32
professionalPranay Rana19-Jan-10 22:32 
no i not mean that

according to me store your items of drop down in one variable either its a viewstate or static

for Ex.

static DataTable dt = null;

on page load
if(!ispostback)
dt = getAlldropdownitem();


now when u click the check box
on check box click
ddl.datasource = dt ;
....

like that

so that only one time you have to hit database to get all items and on click you are assigning vlaue of that so its also reduce cost of viewstate associated with each drop down
QuestionSlow Processing WebRequest Pin
CJSantora19-Jan-10 2:58
CJSantora19-Jan-10 2:58 
AnswerRe: Slow Processing WebRequest Pin
Not Active19-Jan-10 3:42
mentorNot Active19-Jan-10 3:42 
QuestionTo draw over an image and saving the same Pin
KittyKit19-Jan-10 1:55
KittyKit19-Jan-10 1:55 
AnswerRe: To draw over an image and saving the same Pin
Not Active19-Jan-10 3:40
mentorNot Active19-Jan-10 3:40 
GeneralRe: To draw over an image and saving the same Pin
Anurag Gandhi19-Jan-10 18:41
professionalAnurag Gandhi19-Jan-10 18:41 
GeneralRe: To draw over an image and saving the same Pin
KittyKit20-Jan-10 0:00
KittyKit20-Jan-10 0:00 
QuestionExporting Asp.Net page to PDF file Pin
Raheem MA19-Jan-10 0:47
Raheem MA19-Jan-10 0:47 
AnswerRe: Exporting Asp.Net page to PDF file Pin
Anurag Gandhi19-Jan-10 1:13
professionalAnurag Gandhi19-Jan-10 1:13 
GeneralRe: Exporting Asp.Net page to PDF file Pin
Raheem MA19-Jan-10 17:46
Raheem MA19-Jan-10 17:46 
GeneralRe: Exporting Asp.Net page to PDF file Pin
Anurag Gandhi19-Jan-10 19:01
professionalAnurag Gandhi19-Jan-10 19:01 
AnswerRe: Exporting Asp.Net page to PDF file Pin
deepikakhorana19-Jan-10 17:40
deepikakhorana19-Jan-10 17:40 
GeneralRe: Exporting Asp.Net page to PDF file Pin
Raheem MA19-Jan-10 19:51
Raheem MA19-Jan-10 19:51 
GeneralRe: Exporting Asp.Net page to PDF file Pin
deepikakhorana20-Jan-10 21:53
deepikakhorana20-Jan-10 21:53 
AnswerRe: Exporting Asp.Net page to PDF file Pin
Raheem MA20-Jan-10 1:43
Raheem MA20-Jan-10 1:43 
QuestionGridView is Caching does not Update Pin
alaminfad18-Jan-10 23:07
alaminfad18-Jan-10 23:07 
AnswerRe: GridView is Caching does not Update Pin
Nishant Singh19-Jan-10 0:10
Nishant Singh19-Jan-10 0:10 
GeneralRe: GridView is Caching does not Update Pin
alaminfad19-Jan-10 19:46
alaminfad19-Jan-10 19:46 

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.