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

ASP.NET

 
AnswerRe: How can I access the controls which exist in the other page? Pin
Christian Graus14-Aug-07 12:11
protectorChristian Graus14-Aug-07 12:11 
QuestionCrysta report print Pin
Sebastian T Xavier14-Aug-07 1:12
Sebastian T Xavier14-Aug-07 1:12 
AnswerRe: Crysta report print Pin
Sebastian T Xavier14-Aug-07 2:10
Sebastian T Xavier14-Aug-07 2:10 
GeneralRe: Crysta report print Pin
Blue_Boy14-Aug-07 3:09
Blue_Boy14-Aug-07 3:09 
QuestionBrowser compatibility Error Pin
nandhububbly14-Aug-07 1:07
nandhububbly14-Aug-07 1:07 
AnswerRe: Browser compatibility Error Pin
andyharman14-Aug-07 1:53
professionalandyharman14-Aug-07 1:53 
GeneralRe: Browser compatibility Error Pin
nandhububbly14-Aug-07 2:23
nandhububbly14-Aug-07 2:23 
Questionhow to update sql db table from asp.net Pin
potlakayala14-Aug-07 1:01
potlakayala14-Aug-07 1:01 
Can anyone tell me how to take user input from an application and insert that into SQL database table. I am very new to asp.net. And had tried the below code:

insert_cmd = string.Format("Insert into CreateTask(@Title,@AssignedTo,@AssignedDate,@EstimatedEfforts,@Priority)");
// Create new parameters for the SqlCommand object and
// initialize them to the input-form field values.
mycmd.Parameters.Add(new SqlParameter("@Title", SqlDbType.NText, 11));
mycmd.Parameters["@Title"].Value = inpTitle;

The new parameters are created for the other fileds same as above.

When I run this program the error displayed as:
"The name 'inpTitle' does not exist in the current context"

Sailaja

AnswerRe: how to update sql db table from asp.net Pin
N a v a n e e t h14-Aug-07 1:40
N a v a n e e t h14-Aug-07 1:40 
GeneralRe: how to update sql db table from asp.net Pin
potlakayala14-Aug-07 1:53
potlakayala14-Aug-07 1:53 
GeneralRe: how to update sql db table from asp.net Pin
N a v a n e e t h14-Aug-07 2:02
N a v a n e e t h14-Aug-07 2:02 
AnswerRe: how to update sql db table from asp.net Pin
Cfer8314-Aug-07 6:14
Cfer8314-Aug-07 6:14 
GeneralRe: how to update sql db table from asp.net Pin
potlakayala15-Aug-07 19:46
potlakayala15-Aug-07 19:46 
QuestionDisabling the close button on a form Pin
Rajiya14-Aug-07 0:43
Rajiya14-Aug-07 0:43 
AnswerRe: Disabling the close button on a form Pin
Colin Angus Mackay14-Aug-07 0:47
Colin Angus Mackay14-Aug-07 0:47 
GeneralRe: Disabling the close button on a form Pin
N a r e s h P a t e l14-Aug-07 1:02
N a r e s h P a t e l14-Aug-07 1:02 
GeneralRe: Disabling the close button on a form Pin
N a v a n e e t h14-Aug-07 1:27
N a v a n e e t h14-Aug-07 1:27 
Questioncode for interactivity of .net application with telephone responses Pin
varunjss114-Aug-07 0:42
varunjss114-Aug-07 0:42 
AnswerRe: code for interactivity of .net application with telephone responses Pin
Colin Angus Mackay14-Aug-07 0:48
Colin Angus Mackay14-Aug-07 0:48 
QuestionUpload Image While Sending Mails Pin
varshavmane14-Aug-07 0:36
varshavmane14-Aug-07 0:36 
AnswerRe: Upload Image While Sending Mails Pin
N a v a n e e t h14-Aug-07 0:57
N a v a n e e t h14-Aug-07 0:57 
GeneralRe: Upload Image While Sending Mails Pin
varshavmane14-Aug-07 1:06
varshavmane14-Aug-07 1:06 
GeneralRe: Upload Image While Sending Mails Pin
N a v a n e e t h14-Aug-07 1:29
N a v a n e e t h14-Aug-07 1:29 
GeneralRe: Upload Image While Sending Mails Pin
varshavmane14-Aug-07 1:51
varshavmane14-Aug-07 1:51 
GeneralRe: Upload Image While Sending Mails Pin
N a v a n e e t h14-Aug-07 2:05
N a v a n e e t h14-Aug-07 2: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.