Click here to Skip to main content
15,902,938 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem with Autopostback Pin
mohd imran abdul aziz27-Dec-06 19:40
mohd imran abdul aziz27-Dec-06 19:40 
GeneralRe: Problem with Autopostback Pin
Arindam Tewary27-Dec-06 19:57
professionalArindam Tewary27-Dec-06 19:57 
GeneralRe: Problem with Autopostback Pin
mohd imran abdul aziz27-Dec-06 20:37
mohd imran abdul aziz27-Dec-06 20:37 
AnswerRe: Problem with Autopostback Pin
siddu78628-Dec-06 0:15
siddu78628-Dec-06 0:15 
AnswerRe: Problem with Autopostback Pin
Vikram kshatriya28-Dec-06 18:37
Vikram kshatriya28-Dec-06 18:37 
QuestionRDL and AJAX... Pin
raphadesa27-Dec-06 8:57
raphadesa27-Dec-06 8:57 
QuestionModules in ASP.NET pages Pin
Quecumber25627-Dec-06 5:20
Quecumber25627-Dec-06 5:20 
AnswerRe: Modules in ASP.NET pages Pin
Venkatesh Mookkan27-Dec-06 15:43
Venkatesh Mookkan27-Dec-06 15:43 
Hey Quecumber256,
VB modules are not recommended in .NET world. But you can still create a module of your own. Just click Add New Item and add a class file. Then clear the file and add

Public Module MODULENAME

End MODULENAME


Don't try to change the extension. The file extension should be .vb only.

Another solution:
If you are going to store only the ConnectionString info then use Web.Config file which is recommended by .NET. If you want to remember any objects try Sessions.


Have a nice day man...


Regards,
Venkatesh Mookkan.
Software Engineer

AnswerRe: Modules in ASP.NET pages Pin
ednrgc28-Dec-06 8:54
ednrgc28-Dec-06 8:54 
AnswerRe: Modules in ASP.NET pages Pin
Vikram kshatriya28-Dec-06 18:44
Vikram kshatriya28-Dec-06 18:44 
QuestionAlready open Error Pin
Sarguna Reddiar27-Dec-06 2:16
Sarguna Reddiar27-Dec-06 2:16 
AnswerRe: Already open Error Pin
Arindam Tewary27-Dec-06 4:01
professionalArindam Tewary27-Dec-06 4:01 
GeneralRe: Already open Error Pin
Sarguna Reddiar27-Dec-06 18:40
Sarguna Reddiar27-Dec-06 18:40 
AnswerRe: Already open Error Pin
Venkatesh Mookkan27-Dec-06 15:38
Venkatesh Mookkan27-Dec-06 15:38 
GeneralRe: Already open Error Pin
Sarguna Reddiar27-Dec-06 18:41
Sarguna Reddiar27-Dec-06 18:41 
GeneralRe: Already open Error Pin
Venkatesh Mookkan27-Dec-06 19:23
Venkatesh Mookkan27-Dec-06 19:23 
GeneralRe: Already open Error Pin
Sarguna Reddiar28-Dec-06 2:46
Sarguna Reddiar28-Dec-06 2:46 
AnswerRe: Already open Error [modified] Pin
Venkatesh Mookkan28-Dec-06 15:58
Venkatesh Mookkan28-Dec-06 15:58 
AnswerAlready open Error Pin
indian14327-Dec-06 20:01
indian14327-Dec-06 20:01 
QuestionCan I delete all the elements at once from a .net server drop down list Pin
indian14327-Dec-06 1:48
indian14327-Dec-06 1:48 
AnswerRe: Can I delete all the elements at once from a .net server drop down list Pin
Venkatesh Mookkan27-Dec-06 15:33
Venkatesh Mookkan27-Dec-06 15:33 
GeneralRe: Can I delete all the elements at once from a .net server drop down list Pin
indian14327-Dec-06 20:48
indian14327-Dec-06 20:48 
GeneralRe: Can I delete all the elements at once from a .net server drop down list Pin
Venkatesh Mookkan27-Dec-06 20:51
Venkatesh Mookkan27-Dec-06 20:51 
Questionpost data programatically Pin
subai27-Dec-06 1:14
subai27-Dec-06 1:14 
AnswerRe: post data programatically Pin
subai27-Dec-06 2:04
subai27-Dec-06 2:04 

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.