Click here to Skip to main content
15,904,339 members
Home / Discussions / C#
   

C#

 
QuestionHow to disable right click menu/ context menu of datagrid Pin
Software_Guy_12322-Jul-07 20:03
Software_Guy_12322-Jul-07 20:03 
AnswerRe: How to disable right click menu/ context menu of datagrid Pin
Martin#22-Jul-07 20:16
Martin#22-Jul-07 20:16 
GeneralRe: How to disable right click menu/ context menu of datagrid Pin
Software_Guy_12322-Jul-07 20:45
Software_Guy_12322-Jul-07 20:45 
AnswerRe: How to disable right click menu/ context menu of datagrid Pin
Software_Guy_12330-Jul-07 19:54
Software_Guy_12330-Jul-07 19:54 
QuestionMutlithreading:-Playing Mutiple Video files CPU 100% Pin
leoiser22-Jul-07 19:51
leoiser22-Jul-07 19:51 
AnswerRe: Mutlithreading:-Playing Mutiple Video files CPU 100% Pin
Luc Pattyn23-Jul-07 2:25
sitebuilderLuc Pattyn23-Jul-07 2:25 
GeneralRe: Mutlithreading:-Playing Mutiple Video files CPU 100% Pin
leoiser23-Jul-07 2:55
leoiser23-Jul-07 2:55 
GeneralRe: Mutlithreading:-Playing Mutiple Video files CPU 100% Pin
Luc Pattyn23-Jul-07 3:10
sitebuilderLuc Pattyn23-Jul-07 3:10 
QuestionHow to start C# application along with windows. Pin
Janu_M22-Jul-07 19:22
Janu_M22-Jul-07 19:22 
AnswerRe: How to start C# application along with windows. Pin
leoiser22-Jul-07 19:56
leoiser22-Jul-07 19:56 
GeneralRe: How to start C# application along with windows. Pin
Janu_M22-Jul-07 21:56
Janu_M22-Jul-07 21:56 
AnswerRe: How to start C# application along with windows. Pin
Ravi Bhavnani22-Jul-07 20:56
professionalRavi Bhavnani22-Jul-07 20:56 
GeneralRe: How to start C# application along with windows. Pin
Janu_M22-Jul-07 21:56
Janu_M22-Jul-07 21:56 
QuestionQuick Listbox Question Pin
Michael Fritzius22-Jul-07 18:55
professionalMichael Fritzius22-Jul-07 18:55 
AnswerRe: Quick Listbox Question Pin
Christian Graus22-Jul-07 18:58
protectorChristian Graus22-Jul-07 18:58 
AnswerRe: Quick Listbox Question Pin
Paul Conrad22-Jul-07 19:28
professionalPaul Conrad22-Jul-07 19:28 
AnswerRe: Quick Listbox Question Pin
Luc Pattyn23-Jul-07 2:30
sitebuilderLuc Pattyn23-Jul-07 2:30 
AnswerRe: Quick Listbox Question Pin
Michael Fritzius23-Jul-07 5:19
professionalMichael Fritzius23-Jul-07 5:19 
QuestionVariable Declared Pin
Muhammad Nauman Yousuf22-Jul-07 18:45
Muhammad Nauman Yousuf22-Jul-07 18:45 
AnswerRe: Variable Declared Pin
Guffa22-Jul-07 18:54
Guffa22-Jul-07 18:54 
GeneralRe: Variable Declared Pin
Muhammad Nauman Yousuf22-Jul-07 20:23
Muhammad Nauman Yousuf22-Jul-07 20:23 
GeneralRe: Variable Declared Pin
Christian Graus22-Jul-07 20:56
protectorChristian Graus22-Jul-07 20:56 
I recommend reading the guide on how to ask questions, so they can be understood. Also, this is an ASP.NET question.

However, the answer to what you're asking now ( as opposed to what you asked before ) is that, trivially, the query string is available to you as part of the URL, or as a collection of variables. You can iterate through it for the value you need, or look for it within the string. This does not require reflection, in fact the query string variables do not exist as variables in your code, until you declare them and search for the values in the query string to set them.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Variable Declared Pin
Malcolm Smart22-Jul-07 21:00
Malcolm Smart22-Jul-07 21:00 
GeneralRe: Variable Declared Pin
Malcolm Smart22-Jul-07 20:58
Malcolm Smart22-Jul-07 20:58 
GeneralRe: Variable Declared Pin
Muhammad Nauman Yousuf22-Jul-07 22:00
Muhammad Nauman Yousuf22-Jul-07 22:00 

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.