Click here to Skip to main content
15,891,513 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to create a folder dynamically and upload file in that folder using ASP.NET 2.0(C#) Pin
pmarfleet6-Mar-08 1:49
pmarfleet6-Mar-08 1:49 
GeneralRe: How to create a folder dynamically and upload file in that folder using ASP.NET 2.0(C#) Pin
Chakouri6-Mar-08 4:01
Chakouri6-Mar-08 4:01 
GeneralMsChart Control in VB 2005 Pin
Melichar5-Mar-08 5:21
Melichar5-Mar-08 5:21 
GeneralASP.NET server that call unmanaged DLL Pin
Le Sourcier5-Mar-08 3:49
Le Sourcier5-Mar-08 3:49 
GeneralRe: ASP.NET server that call unmanaged DLL Pin
Ernest Laurentin5-Mar-08 4:52
Ernest Laurentin5-Mar-08 4:52 
GeneralRe: ASP.NET server that call unmanaged DLL Pin
Fastfootskater4-May-08 20:41
Fastfootskater4-May-08 20:41 
GeneralRe: ASP.NET server that call unmanaged DLL Pin
Le Sourcier4-May-08 21:14
Le Sourcier4-May-08 21:14 
Questionconvert querystring value to textbox control id Pin
janetb995-Mar-08 3:44
janetb995-Mar-08 3:44 
In vb, what would be the correct syntax to reference a textbox from a passed querystring? The textbox I need to look at is derrived from a querystring parameter, e.g. id=txtAbra or could be id=txtMagic, which is passed as say request("id") string. So, I then need to reference the textbox.value on the page with that querystring value. I don't need the value of the querystring as a value, but as the id of the textbox on the page. If the request("id") = "txtMagic", how do I reference that txtBox value on the page when I come to it?

Dim myStr As String = Request("id").toString
Dim myVar as string = string.empty
myVar=CType(myStr,TextBox).Text

Thanks so much, Janet
GeneralRe: convert querystring value to textbox control id Pin
J4amieC5-Mar-08 3:56
J4amieC5-Mar-08 3:56 
GeneralRe: convert querystring value to textbox control id Pin
janetb995-Mar-08 6:35
janetb995-Mar-08 6:35 
GeneralIssue with Grid View Pin
dotman15-Mar-08 2:06
dotman15-Mar-08 2:06 
GeneralHej Pin
Burim Rama5-Mar-08 1:41
Burim Rama5-Mar-08 1:41 
GeneralRe: Hej Pin
Marco van der Linden5-Mar-08 2:00
Marco van der Linden5-Mar-08 2:00 
GeneralRe: Hej Pin
Burim Rama5-Mar-08 2:15
Burim Rama5-Mar-08 2:15 
GeneralRe: Hej Pin
eyeseetee5-Mar-08 2:22
eyeseetee5-Mar-08 2:22 
GeneralRe: Hej Pin
Burim Rama5-Mar-08 2:24
Burim Rama5-Mar-08 2:24 
GeneralRe: Hej Pin
Christian Graus5-Mar-08 10:20
protectorChristian Graus5-Mar-08 10:20 
GeneralRDF xml file as dataset Pin
i gr85-Mar-08 1:15
i gr85-Mar-08 1:15 
GeneralRe: RDF xml file as dataset Pin
Ernest Laurentin5-Mar-08 5:17
Ernest Laurentin5-Mar-08 5:17 
GeneralSuggestion to CP team Pin
Muhammad Gouda5-Mar-08 0:53
Muhammad Gouda5-Mar-08 0:53 
GeneralRe: Suggestion to CP team Pin
Vasudevan Deepak Kumar5-Mar-08 0:54
Vasudevan Deepak Kumar5-Mar-08 0:54 
GeneralRe: Suggestion to CP team Pin
eyeseetee5-Mar-08 1:08
eyeseetee5-Mar-08 1:08 
GeneralRe: Suggestion to CP team Pin
Christian Graus5-Mar-08 10:21
protectorChristian Graus5-Mar-08 10:21 
GeneralRe: Suggestion to CP team Pin
Vasudevan Deepak Kumar5-Mar-08 19:11
Vasudevan Deepak Kumar5-Mar-08 19:11 
GeneralRe: Suggestion to CP team Pin
Muhammad Gouda6-Mar-08 2:30
Muhammad Gouda6-Mar-08 2:30 

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.