Click here to Skip to main content
15,900,973 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Bind Table and it's content dynamically to Datalist Pin
Christian Graus23-Apr-08 0:45
protectorChristian Graus23-Apr-08 0:45 
GeneralRe: Bind Table and it's content dynamically to Datalist Pin
sjs4u23-Apr-08 1:24
sjs4u23-Apr-08 1:24 
Questiondynamically adding controls - or the limit of ASP.NET....... Pin
causalfriend23-Apr-08 0:34
causalfriend23-Apr-08 0:34 
GeneralRe: dynamically adding controls - or the limit of ASP.NET....... Pin
Christian Graus23-Apr-08 0:44
protectorChristian Graus23-Apr-08 0:44 
GeneralRe: dynamically adding controls - or the limit of ASP.NET....... Pin
causalfriend23-Apr-08 1:37
causalfriend23-Apr-08 1:37 
Generalproblem with stored procedure Pin
eyeseetee23-Apr-08 0:32
eyeseetee23-Apr-08 0:32 
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 
hi
thanks for the answer, however i tried the following and it didnt work:

cmdsqlcommandupdate.Parameters.Add(new SqlParameter("@Height", SqlDbType.SmallInt));
cmdsqlcommandupdate.Parameters["@Height"].Value = short.Parse(tbheight.Text)
it showed the error

'short' does not contain a definition for 'cmdsqlcommandupdate'

why would this be?

thanks so far Smile | :)
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 
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 

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.