Click here to Skip to main content
15,922,419 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: problem with stored procedure Pin
J4amieC23-Apr-08 0:45
J4amieC23-Apr-08 0:45 
GeneralRe: problem with stored procedure Pin
eyeseetee23-Apr-08 0:59
eyeseetee23-Apr-08 0:59 
GeneralRe: problem with stored procedure Pin
eyeseetee23-Apr-08 1:04
eyeseetee23-Apr-08 1:04 
GeneralRe: problem with stored procedure Pin
Christian Graus23-Apr-08 1:09
protectorChristian Graus23-Apr-08 1:09 
GeneralRe: problem with stored procedure Pin
Christian Graus23-Apr-08 1:05
protectorChristian Graus23-Apr-08 1:05 
GeneralRe: problem with stored procedure Pin
eyeseetee23-Apr-08 1:09
eyeseetee23-Apr-08 1:09 
GeneralRe: problem with stored procedure Pin
Christian Graus23-Apr-08 1:12
protectorChristian Graus23-Apr-08 1:12 
GeneralRe: problem with stored procedure Pin
J4amieC23-Apr-08 1:13
J4amieC23-Apr-08 1:13 
.netman wrote:
No overload for method 'TryParse' takes '1' arguments


have you checked out the documentation for short.TryParse??

If you did you'll see it returns a boolean and has a second parameter.

short shorttest = 0;<br />
if(short.TryParse(tbHeight.Text, out shorttest)<br />
{<br />
  // tbHeight contained a value that is a valid short. shorttest has that value<br />
}

GeneralRe: problem with stored procedure Pin
eyeseetee23-Apr-08 1:13
eyeseetee23-Apr-08 1:13 
GeneralRe: problem with stored procedure Pin
Christian Graus23-Apr-08 1:16
protectorChristian Graus23-Apr-08 1:16 
GeneralRe: problem with stored procedure Pin
eyeseetee23-Apr-08 1:25
eyeseetee23-Apr-08 1:25 
GeneralRe: problem with stored procedure Pin
eyeseetee23-Apr-08 1:29
eyeseetee23-Apr-08 1:29 
Generalpath of file Pin
ptvce23-Apr-08 0:21
ptvce23-Apr-08 0:21 
GeneralRe: path of file Pin
Christian Graus23-Apr-08 0:42
protectorChristian Graus23-Apr-08 0:42 
GeneralHttp Authentication help... Pin
pashitech22-Apr-08 23:55
pashitech22-Apr-08 23:55 
GeneralRe: Http Authentication help... Pin
Christian Graus23-Apr-08 0:06
protectorChristian Graus23-Apr-08 0:06 
GeneralRe: Http Authentication help... Pin
pashitech28-Apr-08 2:38
pashitech28-Apr-08 2:38 
QuestionSelect control with textbox for alternative answer Pin
harleydk22-Apr-08 23:35
harleydk22-Apr-08 23:35 
GeneralRe: Select control with textbox for alternative answer Pin
Christian Graus23-Apr-08 0:05
protectorChristian Graus23-Apr-08 0:05 
Questionajax calender appearing behind controls Pin
Krazy Programmer22-Apr-08 22:21
Krazy Programmer22-Apr-08 22:21 
GeneralRe: ajax calender appearing behind controls Pin
Christian Graus22-Apr-08 22:47
protectorChristian Graus22-Apr-08 22:47 
GeneralRe: ajax calender appearing behind controls Pin
Krazy Programmer22-Apr-08 23:13
Krazy Programmer22-Apr-08 23:13 
GeneralRe: ajax calender appearing behind controls Pin
maryam.saboor22-Apr-08 23:13
professionalmaryam.saboor22-Apr-08 23:13 
GeneralRe: ajax calender appearing behind controls Pin
Krazy Programmer22-Apr-08 23:14
Krazy Programmer22-Apr-08 23:14 
GeneralRe: ajax calender appearing behind controls Pin
maryam.saboor22-Apr-08 23:38
professionalmaryam.saboor22-Apr-08 23:38 

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.