Click here to Skip to main content
15,899,314 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralAuthorization Problem Pin
Ajeet mittal14-Nov-07 0:43
Ajeet mittal14-Nov-07 0:43 
GeneralRe: Authorization Problem Pin
Piyush Vardhan Singh14-Nov-07 0:50
Piyush Vardhan Singh14-Nov-07 0:50 
QuestionRegarding Gridview Databinding Pin
alexvarghese14-Nov-07 0:19
alexvarghese14-Nov-07 0:19 
QuestionDot Net Nuke Pin
Ravi_2113-Nov-07 23:36
Ravi_2113-Nov-07 23:36 
AnswerRe: Dot Net Nuke Pin
Christian Graus14-Nov-07 0:07
protectorChristian Graus14-Nov-07 0:07 
QuestionDoubt in partial class Pin
Kissy1613-Nov-07 23:07
Kissy1613-Nov-07 23:07 
AnswerRe: Doubt in partial class Pin
Christian Graus13-Nov-07 23:14
protectorChristian Graus13-Nov-07 23:14 
AnswerRe: Doubt in partial class Pin
N a v a n e e t h13-Nov-07 23:14
N a v a n e e t h13-Nov-07 23:14 
Kissy16 wrote:
If i am assigning some value in my partial calss and want to globally access it(like session).


A partial class is normal class only. Using the partial keyword we can separate the code in different files. When it is compiled, it will be compiled as a single class. I didn't understood what do you mean by globally accessible ? You can set this class object to session which is accessible on all pages.

Kissy16 wrote:
Because i am using a dropeownlist and the selected text shd be used in other form.


Other webform ? This won't be possible as you did, you need to pass the class instance through session or any other medium.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

My Website | Ask smart questions

QuestionWebParts... Pin
Mr.Sam13-Nov-07 23:06
Mr.Sam13-Nov-07 23:06 
QuestionForm unload Pin
ps.srinivasan13-Nov-07 22:43
ps.srinivasan13-Nov-07 22:43 
AnswerRe: Form unload Pin
N a v a n e e t h13-Nov-07 22:47
N a v a n e e t h13-Nov-07 22:47 
GeneralRe: Form unload Pin
ps.srinivasan13-Nov-07 23:10
ps.srinivasan13-Nov-07 23:10 
GeneralRe: Form unload Pin
N a v a n e e t h13-Nov-07 23:21
N a v a n e e t h13-Nov-07 23:21 
AnswerRe: Form unload Pin
Christian Graus13-Nov-07 22:48
protectorChristian Graus13-Nov-07 22:48 
AnswerRe: Form unload Pin
Michael Sync13-Nov-07 22:51
Michael Sync13-Nov-07 22:51 
GeneralRe: Form unload Pin
N a v a n e e t h13-Nov-07 22:58
N a v a n e e t h13-Nov-07 22:58 
GeneralRe: Form unload Pin
Michael Sync13-Nov-07 23:06
Michael Sync13-Nov-07 23:06 
GeneralRe: Form unload Pin
ps.srinivasan13-Nov-07 23:11
ps.srinivasan13-Nov-07 23:11 
GeneralRe: Form unload Pin
Christian Graus13-Nov-07 23:16
protectorChristian Graus13-Nov-07 23:16 
GeneralRe: Form unload Pin
Michael Sync13-Nov-07 23:41
Michael Sync13-Nov-07 23:41 
Questionopen file Pin
venky45613-Nov-07 22:20
venky45613-Nov-07 22:20 
AnswerRe: open file Pin
N a v a n e e t h13-Nov-07 22:34
N a v a n e e t h13-Nov-07 22:34 
GeneralRe: open file Pin
venky45613-Nov-07 23:19
venky45613-Nov-07 23:19 
GeneralRe: open file Pin
N a v a n e e t h13-Nov-07 23:23
N a v a n e e t h13-Nov-07 23:23 
Questionhow to use paypal controls in asp.net for transaction [modified] Pin
gopal_Pandey13-Nov-07 22:14
gopal_Pandey13-Nov-07 22:14 

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.