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

ASP.NET

 
AnswerRe: Get Title of Page Pin
DavidNohejl20-Aug-07 12:04
DavidNohejl20-Aug-07 12:04 
QuestionHosting ASP.NET Project Pin
razanabanu20-Aug-07 1:10
razanabanu20-Aug-07 1:10 
AnswerRe: Hosting ASP.NET Project Pin
.NET- India 20-Aug-07 2:49
.NET- India 20-Aug-07 2:49 
Questionasp.net update in the table Pin
abglorie20-Aug-07 1:01
abglorie20-Aug-07 1:01 
AnswerRe: asp.net update in the table Pin
Eduard Keilholz20-Aug-07 2:59
Eduard Keilholz20-Aug-07 2:59 
QuestionGridView Edit (Update) Pin
ksaw12320-Aug-07 0:55
ksaw12320-Aug-07 0:55 
QuestionRe: GridView Edit (Update) Pin
Urs Enzler20-Aug-07 0:59
Urs Enzler20-Aug-07 0:59 
AnswerRe: GridView Edit (Update) Pin
Jaiprakash M Bankolli20-Aug-07 1:04
Jaiprakash M Bankolli20-Aug-07 1:04 
You will have to associate the update command with the method that handles the updated, in this case there are OrgCode, Original_OrgCode, original_IPAddress parameters which i assume a textbox.

Just associate the method at run time

or even you can have the datasource attached with updatecommand in the following manner

UpdateCommand="UPDATE Organisation SET OrgCode= @OrgCode,
Original_OrgCode= @Original_OrgCode, original_IPAddress=@original_IPAddress WHERE someId=@someId"

I have just created an example sql statement you can replace it with the original statement



Regards,
Jaiprakash M Bankolli
jaiprakash.bankolli@gmail.com
My Blog
Suggestions for me

GeneralRe: GridView Edit (Update) Pin
ksaw12320-Aug-07 2:19
ksaw12320-Aug-07 2:19 
GeneralRe: GridView Edit (Update) Pin
Urs Enzler27-Aug-07 1:28
Urs Enzler27-Aug-07 1:28 
GeneralRe: GridView Edit (Update) Pin
ksaw12327-Aug-07 1:56
ksaw12327-Aug-07 1:56 
GeneralRe: GridView Edit (Update) Pin
Urs Enzler27-Aug-07 2:00
Urs Enzler27-Aug-07 2:00 
GeneralRe: GridView Edit (Update) Pin
ksaw12327-Aug-07 2:19
ksaw12327-Aug-07 2:19 
QuestionSearch text from the .html pages Pin
Imran Khan Pathan20-Aug-07 0:53
Imran Khan Pathan20-Aug-07 0:53 
AnswerRe: Search text from the .html pages Pin
Michael Sync20-Aug-07 7:02
Michael Sync20-Aug-07 7:02 
Questioncan any one covert this vb code to C# Pin
santoshkumarB20-Aug-07 0:50
santoshkumarB20-Aug-07 0:50 
AnswerRe: can any one covert this vb code to C# Pin
Guffa20-Aug-07 0:56
Guffa20-Aug-07 0:56 
GeneralRe: can any one covert this vb code to C# Pin
santoshkumarB20-Aug-07 1:23
santoshkumarB20-Aug-07 1:23 
AnswerRe: can any one covert this vb code to C# Pin
Guffa20-Aug-07 5:25
Guffa20-Aug-07 5:25 
AnswerRe: can any one covert this vb code to C# Pin
Sathesh Sakthivel20-Aug-07 3:44
Sathesh Sakthivel20-Aug-07 3:44 
AnswerRe: can any one covert this vb code to C# Pin
Paddy Boyd20-Aug-07 3:56
Paddy Boyd20-Aug-07 3:56 
AnswerRe: can any one covert this vb code to C# Pin
Michael Sync20-Aug-07 4:04
Michael Sync20-Aug-07 4:04 
AnswerRe: can any one covert this vb code to C# Pin
Dave Doknjas20-Aug-07 15:11
Dave Doknjas20-Aug-07 15:11 
AnswerRe: can any one covert this vb code to C# Pin
duo!@#26-Aug-07 17:57
duo!@#26-Aug-07 17:57 
QuestionUsing Response.Write to read javascript problem Pin
beish120-Aug-07 0:18
beish120-Aug-07 0:18 

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.