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

ASP.NET

 
GeneralRe: Force a PostBack? Page will not repopulate after first Click Pin
PDTUM20-Apr-10 7:02
PDTUM20-Apr-10 7:02 
GeneralRe: Force a PostBack? Page will not repopulate after first Click Pin
Not Active20-Apr-10 7:20
mentorNot Active20-Apr-10 7:20 
GeneralRe: Force a PostBack? Page will not repopulate after first Click Pin
PDTUM20-Apr-10 7:39
PDTUM20-Apr-10 7:39 
GeneralRe: Force a PostBack? Page will not repopulate after first Click Pin
Not Active20-Apr-10 8:44
mentorNot Active20-Apr-10 8:44 
AnswerRe: Force a PostBack? Page will not repopulate after first Click Pin
PDTUM20-Apr-10 9:26
PDTUM20-Apr-10 9:26 
GeneralRe: Force a PostBack? Page will not repopulate after first Click Pin
daveyerwin20-Apr-10 7:26
daveyerwin20-Apr-10 7:26 
AnswerRe: Force a PostBack? Page will not repopulate after first Click Pin
PDTUM20-Apr-10 9:27
PDTUM20-Apr-10 9:27 
Questionwhen checkboxes is selected the data should be store in two tables Pin
developerit20-Apr-10 3:16
developerit20-Apr-10 3:16 
hi, iam using asp.net with c#, with sql server 2000



in my gridview iam displaying data from view at page load event
the 1st column is checkbox in template field,2nd is categorynamee,3rd is itemkey, 4th is itemkeyname
5th is currentqty, 6th is salesprice,7th is quantity, 8th is total



i have to insert into two tables


1st table orders


orderno int primary key autoincrement,

username nvarchar(50) ,

shopname nvarchar(50),

email nvarchar(100)


2nd table is Orderdetails

serialno int primarykey autoincrement,


orderno int foreignkey,

categorynamee nvarchar(50),

itemkey nvarchar(50),

itemkeyname nvarchar(50),

currentqty decimal,

salesprice decimal,

quantity int,

total decimal



when user selects any no of the checkboxes that rows should be added in both tables, iam getting errors

can you give examples which helps me
AnswerRe: when checkboxes is selected the data should be store in two tables Pin
Brij20-Apr-10 3:30
mentorBrij20-Apr-10 3:30 
AnswerRe: when checkboxes is selected the data should be store in two tables Pin
Ashfield20-Apr-10 9:19
Ashfield20-Apr-10 9:19 
AnswerRe: when checkboxes is selected the data should be store in two tables Pin
nagendrathecoder21-Apr-10 1:22
nagendrathecoder21-Apr-10 1:22 
QuestionCustom control in popups Pin
Michael O.20-Apr-10 1:21
Michael O.20-Apr-10 1:21 
AnswerRe: Custom control in popups Pin
Brij20-Apr-10 1:53
mentorBrij20-Apr-10 1:53 
AnswerRe: Custom control in popups Pin
Jamil Hallal20-Apr-10 21:51
professionalJamil Hallal20-Apr-10 21:51 
QuestionInitializing ASP.NET Pin
Yoyosch20-Apr-10 0:39
Yoyosch20-Apr-10 0:39 
AnswerRe: Initializing ASP.NET Pin
Morgs Morgan20-Apr-10 0:43
Morgs Morgan20-Apr-10 0:43 
GeneralRe: Initializing ASP.NET Pin
Yoyosch20-Apr-10 0:54
Yoyosch20-Apr-10 0:54 
AnswerRe: Initializing ASP.NET Pin
Brij20-Apr-10 0:53
mentorBrij20-Apr-10 0:53 
GeneralRe: Initializing ASP.NET Pin
Yoyosch20-Apr-10 1:11
Yoyosch20-Apr-10 1:11 
GeneralRe: Initializing ASP.NET Pin
Brij20-Apr-10 1:13
mentorBrij20-Apr-10 1:13 
AnswerRe: Initializing ASP.NET Pin
Avinash_Mane20-Apr-10 0:55
Avinash_Mane20-Apr-10 0:55 
AnswerRe: Initializing ASP.NET Pin
Jamil Hallal20-Apr-10 21:48
professionalJamil Hallal20-Apr-10 21:48 
Questiondropdown list Pin
Morgs Morgan20-Apr-10 0:09
Morgs Morgan20-Apr-10 0:09 
AnswerRe: dropdown list Pin
Arun Jacob20-Apr-10 0:28
Arun Jacob20-Apr-10 0:28 
GeneralRe: dropdown list Pin
Morgs Morgan20-Apr-10 1:10
Morgs Morgan20-Apr-10 1:10 

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.