Click here to Skip to main content
15,901,426 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
GeneralRe: GridView Edit (Update) Pin
ksaw12320-Aug-07 2:19
ksaw12320-Aug-07 2:19 
Thank you my brothers for your help, but I am new in this field if you could be more clear and here what I have.

In my Grid View I have 3 parameters:
1- IPAddressID (primary key) int not mull (cannot be updated (auto generated)).
2- OrgCode int not null (a dropdownlist that is taken from another table).
3- IPAddress varchar(50) not null (textbox).

Here is the error I am getting:
ObjectDataSource 'ODSIPAddress' could not find a non-generic method 'UpdateQuery' that has parameters: OrgCode, IPAddress, original_IPAddressID, Original_OrgCode, Original_IPAddress.

Here is the query that I am using for updating in the dataobject:

UPDATE DHS_IPAddress
SET OrgCode = @OrgCode, IPAddress = @IPAddress
WHERE (IPAddressID = @Original_IPAddressID) AND (OrgCode = @Original_OrgCode) AND (IPAddress = @Original




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 
AnswerRe: Using Response.Write to read javascript problem Pin
Guffa20-Aug-07 1:00
Guffa20-Aug-07 1:00 

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.