Click here to Skip to main content
15,886,258 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Checkbox inside gridview. Pin
Vimalsoft(Pty) Ltd8-Feb-11 20:10
professionalVimalsoft(Pty) Ltd8-Feb-11 20:10 
GeneralRe: Checkbox inside gridview. Pin
fififlowertot9-Feb-11 0:03
fififlowertot9-Feb-11 0:03 
GeneralRe: Checkbox inside gridview. Pin
Vimalsoft(Pty) Ltd9-Feb-11 19:14
professionalVimalsoft(Pty) Ltd9-Feb-11 19:14 
Questionfind runtime textbox value from grid Pin
Sneha Bisht7-Feb-11 19:52
Sneha Bisht7-Feb-11 19:52 
AnswerRe: find runtime textbox value from grid Pin
Parwej Ahamad8-Feb-11 0:08
professionalParwej Ahamad8-Feb-11 0:08 
QuestionHow can I get Session value in c#? Pin
buffering836-Feb-11 12:49
buffering836-Feb-11 12:49 
AnswerRe: How can I get Session value in c#? Pin
Shujaat Gul6-Feb-11 20:15
Shujaat Gul6-Feb-11 20:15 
AnswerRe: How can I get Session value in c#? Pin
Vimalsoft(Pty) Ltd7-Feb-11 20:15
professionalVimalsoft(Pty) Ltd7-Feb-11 20:15 
in a Class Library or in a Class you cant just access the Session Variable like that, so you will need to do it like this
HttpContext.Current.Session["MySession"].ToString();

Vuyiswa Maseko,

Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code.

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.com
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

AnswerRe: How can I get Session value in c#? Pin
Ravi Sant3-May-11 0:20
Ravi Sant3-May-11 0:20 
Questionstrange box characters Pin
mnemonic696-Feb-11 2:29
mnemonic696-Feb-11 2:29 
AnswerRe: strange box characters Pin
Dhyanga7-Feb-11 6:14
Dhyanga7-Feb-11 6:14 
QuestionASP.NET+VB (LOGIN TO WEB SITE) Pin
Mujibulhaq5-Feb-11 20:00
Mujibulhaq5-Feb-11 20:00 
AnswerRe: ASP.NET+VB (LOGIN TO WEB SITE) Pin
Sandeep Mewara6-Feb-11 6:52
mveSandeep Mewara6-Feb-11 6:52 
AnswerRe: ASP.NET+VB (LOGIN TO WEB SITE) Pin
Vimalsoft(Pty) Ltd8-Feb-11 20:19
professionalVimalsoft(Pty) Ltd8-Feb-11 20:19 
QuestionI want to keep the Data access layer in a different class library project, but how can I manage Web.Config file ? Pin
Nadia Monalisa4-Feb-11 17:30
Nadia Monalisa4-Feb-11 17:30 
AnswerRe: I want to keep the Data access layer in a different class library project, but how can I manage Web.Config file ? Pin
Shahriar Iqbal Chowdhury/Galib6-Feb-11 9:04
professionalShahriar Iqbal Chowdhury/Galib6-Feb-11 9:04 
GeneralRe: I want to keep the Data access layer in a different class library project, but how can I manage Web.Config file ? Pin
Nadia Monalisa6-Feb-11 10:22
Nadia Monalisa6-Feb-11 10:22 
GeneralRe: I want to keep the Data access layer in a different class library project, but how can I manage Web.Config file ? Pin
Not Active6-Feb-11 11:27
mentorNot Active6-Feb-11 11:27 
QuestionASP.NET development on Mac OS X Pin
Paul Watson4-Feb-11 7:51
sitebuilderPaul Watson4-Feb-11 7:51 
AnswerRe: ASP.NET development on Mac OS X Pin
Eaverae10-Feb-11 4:50
Eaverae10-Feb-11 4:50 
GeneralRe: ASP.NET development on Mac OS X Pin
Paul Watson10-Feb-11 7:05
sitebuilderPaul Watson10-Feb-11 7:05 
Questionunable to scan document through scanner from my web application. Pin
Sanket.Patil4-Feb-11 3:08
Sanket.Patil4-Feb-11 3:08 
AnswerRe: unable to scan document through scanner from my web application. Pin
Pete O'Hanlon4-Feb-11 3:30
mvePete O'Hanlon4-Feb-11 3:30 
QuestionAsynchronous callback with update panel Pin
Ali Al Omairi(Abu AlHassan)3-Feb-11 11:30
professionalAli Al Omairi(Abu AlHassan)3-Feb-11 11:30 
AnswerRe: Asynchronous callback with update panel Pin
Sunasara Imdadhusen3-Feb-11 23:04
professionalSunasara Imdadhusen3-Feb-11 23: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.