Click here to Skip to main content
15,914,780 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP.NET Pin
Pete O'Hanlon23-Mar-08 10:08
mvePete O'Hanlon23-Mar-08 10:08 
QuestionHow to pass data from business logic to data layer Pin
mukkanti00722-Mar-08 20:08
mukkanti00722-Mar-08 20:08 
AnswerRe: How to pass data from business logic to data layer Pin
N a v a n e e t h22-Mar-08 21:18
N a v a n e e t h22-Mar-08 21:18 
GeneralHide gridviewrow and bind sqldatasource to SelectedValue of first visible row Pin
AlexeiXX322-Mar-08 13:27
AlexeiXX322-Mar-08 13:27 
GeneralPassing Querystring Variable into Codebehind to Query The Database Pin
Paul McGann22-Mar-08 12:35
professionalPaul McGann22-Mar-08 12:35 
GeneralRe: Passing Querystring Variable into Codebehind to Query The Database Pin
Declan Bright22-Mar-08 12:43
Declan Bright22-Mar-08 12:43 
GeneralRe: Passing Querystring Variable into Codebehind to Query The Database Pin
Christian Graus22-Mar-08 13:13
protectorChristian Graus22-Mar-08 13:13 
GeneralRe: Passing Querystring Variable into Codebehind to Query The Database Pin
Christian Graus22-Mar-08 13:11
protectorChristian Graus22-Mar-08 13:11 
You define Request as string, then try to access the Request object. You're confusing the compiler, it's trying to find the QueryString method on a string called Request. Call it something sensible.

Because you're using VB, I suspect you will get an integer without casting, but just because VB is crap, doesn't mean your code has to be. Use int.TryParse to work out if the value returned is a number or not, and set a default if it's not.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: Passing Querystring Variable into Codebehind to Query The Database Pin
Paul McGann22-Mar-08 14:53
professionalPaul McGann22-Mar-08 14:53 
QuestionButton click event in user control Pin
indian14322-Mar-08 7:54
indian14322-Mar-08 7:54 
GeneralRe: Button click event in user control Pin
N a v a n e e t h22-Mar-08 8:58
N a v a n e e t h22-Mar-08 8:58 
QuestionRe: Button click event in user control Pin
indian14324-Mar-08 2:33
indian14324-Mar-08 2:33 
GeneralFormView Nasty Pin
Brady Kelly22-Mar-08 6:13
Brady Kelly22-Mar-08 6:13 
GeneralRe: FormView Nasty Pin
Pete O'Hanlon22-Mar-08 9:47
mvePete O'Hanlon22-Mar-08 9:47 
GeneralRe: FormView Nasty Pin
Brady Kelly23-Mar-08 3:33
Brady Kelly23-Mar-08 3:33 
GeneralRe: FormView Nasty Pin
Pete O'Hanlon23-Mar-08 10:15
mvePete O'Hanlon23-Mar-08 10:15 
GeneralRe: FormView Nasty Pin
Brady Kelly24-Mar-08 6:51
Brady Kelly24-Mar-08 6:51 
GeneralRe: FormView Nasty Pin
Christian Graus22-Mar-08 11:40
protectorChristian Graus22-Mar-08 11:40 
GeneralRe: FormView Nasty Pin
Brady Kelly23-Mar-08 3:33
Brady Kelly23-Mar-08 3:33 
GeneralUnique constraint in SQLServer Database Pin
Mohammad A Gdeisat22-Mar-08 3:35
Mohammad A Gdeisat22-Mar-08 3:35 
GeneralRe: Unique constraint in SQLServer Database Pin
pmarfleet22-Mar-08 3:47
pmarfleet22-Mar-08 3:47 
GeneralRe: Unique constraint in SQLServer Database Pin
Mohammad A Gdeisat22-Mar-08 4:05
Mohammad A Gdeisat22-Mar-08 4:05 
GeneralCalling a web form as a class Pin
abdelhameed8122-Mar-08 2:54
abdelhameed8122-Mar-08 2:54 
GeneralRe: Calling a web form as a class Pin
pmarfleet22-Mar-08 3:20
pmarfleet22-Mar-08 3:20 
GeneralRe: Calling a web form as a class Pin
abdelhameed8122-Mar-08 3:27
abdelhameed8122-Mar-08 3:27 

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.