Click here to Skip to main content
15,906,708 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: Debugging problem Pin
just3ala27-Oct-06 20:03
just3ala27-Oct-06 20:03 
AnswerRe: Debugging problem Pin
digsy_8-Oct-06 2:30
digsy_8-Oct-06 2:30 
GeneralRe: Debugging problem Pin
Walter_H9-Oct-06 4:23
Walter_H9-Oct-06 4:23 
QuestionHow can share session variable between two virtual directories in Asp.net 2.0 using IIS 6.0 Pin
Rajesh_K_Sharma7-Oct-06 8:35
Rajesh_K_Sharma7-Oct-06 8:35 
QuestionValue in auth cookie Pin
axon_7-Oct-06 8:15
axon_7-Oct-06 8:15 
Questionneed help wit user permission settings Pin
neodeaths7-Oct-06 8:03
neodeaths7-Oct-06 8:03 
QuestionAny thing equivalent to "eval" in ASP.NET? Pin
Arjune7-Oct-06 5:57
Arjune7-Oct-06 5:57 
AnswerRe: Any thing equivalent to "eval" in ASP.NET? Pin
Guffa7-Oct-06 12:09
Guffa7-Oct-06 12:09 
No.

There are other ways of doing similar things, depending on what you want to do really. You have access to the compiler dll, so you can actually compile code in the runtime. You can use reflection to create objects if you know the class name, and to access members of objects. If you want to find a control in the current page, there is a FindControl method.


---
b { font-weight: normal; }

QuestionEquivalent of TMemoryStream (PASCAL) in VB 6.0 Pin
logicon7-Oct-06 4:59
logicon7-Oct-06 4:59 
QuestionCan not create web applicaion Pin
nkjha17-Oct-06 3:00
nkjha17-Oct-06 3:00 
AnswerRe: Can not create web applicaion Pin
just3ala27-Oct-06 20:09
just3ala27-Oct-06 20:09 
GeneralRe: Can not create web applicaion Pin
nkjha18-Oct-06 2:37
nkjha18-Oct-06 2:37 
QuestionDisplays pop-up box with text box Pin
nannapanenikamalnath7-Oct-06 2:00
nannapanenikamalnath7-Oct-06 2:00 
AnswerRe: Displays pop-up box with text box Pin
Arjune7-Oct-06 6:10
Arjune7-Oct-06 6:10 
QuestionInsert values into Listbox with Javascript Pin
sbao0047-Oct-06 0:42
sbao0047-Oct-06 0:42 
AnswerRe: Insert values into Listbox with Javascript Pin
Aashutoshkumar7-Oct-06 0:51
Aashutoshkumar7-Oct-06 0:51 
GeneralRe: Insert values into Listbox with Javascript Pin
sbao0047-Oct-06 1:07
sbao0047-Oct-06 1:07 
GeneralRe: Insert values into Listbox with Javascript Pin
Aashutoshkumar7-Oct-06 1:19
Aashutoshkumar7-Oct-06 1:19 
GeneralRe: Insert values into Listbox with Javascript Pin
sbao0047-Oct-06 17:50
sbao0047-Oct-06 17:50 
QuestionHow to scchedule sending feedback mails Pin
Sudhakar Pasupunuri7-Oct-06 0:22
Sudhakar Pasupunuri7-Oct-06 0:22 
AnswerRe: How to scchedule sending feedback mails Pin
Rajesh_K_Sharma7-Oct-06 9:04
Rajesh_K_Sharma7-Oct-06 9:04 
GeneralRe: How to scchedule sending feedback mails Pin
miniThomas7-Oct-06 22:06
miniThomas7-Oct-06 22:06 
GeneralRe: How to scchedule sending feedback mails Pin
Rajesh_K_Sharma8-Oct-06 8:58
Rajesh_K_Sharma8-Oct-06 8:58 
GeneralRe: How to scchedule sending feedback mails Pin
miniThomas8-Oct-06 19:14
miniThomas8-Oct-06 19:14 
Questionhow can i get the value of ENTER key Pin
Deepak the Cool7-Oct-06 0:04
Deepak the Cool7-Oct-06 0: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.