Click here to Skip to main content
15,915,319 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How do you debug a single ASPX file? Pin
jkirkerx21-Mar-13 10:16
professionaljkirkerx21-Mar-13 10:16 
QuestionHow to open an existing excel file (not in the browser) in a new window from ASP.NET 3.5 with C# Pin
bnath00120-Mar-13 7:27
bnath00120-Mar-13 7:27 
AnswerRe: How to open an existing excel file (not in the browser) in a new window from ASP.NET 3.5 with C# Pin
dusty_dex20-Mar-13 9:52
dusty_dex20-Mar-13 9:52 
AnswerRe: How to open an existing excel file (not in the browser) in a new window from ASP.NET 3.5 with C# Pin
Bernhard Hiller20-Mar-13 23:47
Bernhard Hiller20-Mar-13 23:47 
GeneralRe: How to open an existing excel file (not in the browser) in a new window from ASP.NET 3.5 with C# Pin
dusty_dex21-Mar-13 5:27
dusty_dex21-Mar-13 5:27 
QuestionASP.NET EXPORT TO EXCEL Pin
Mkanchha19-Mar-13 6:02
Mkanchha19-Mar-13 6:02 
AnswerRe: ASP.NET EXPORT TO EXCEL Pin
Karthik Harve19-Mar-13 21:14
professionalKarthik Harve19-Mar-13 21:14 
GeneralRe: ASP.NET EXPORT TO EXCEL Pin
Mkanchha20-Mar-13 23:37
Mkanchha20-Mar-13 23:37 
GeneralRe: ASP.NET EXPORT TO EXCEL Pin
Bernhard Hiller20-Mar-13 23:50
Bernhard Hiller20-Mar-13 23:50 
GeneralRe: ASP.NET EXPORT TO EXCEL Pin
Mkanchha21-Mar-13 0:59
Mkanchha21-Mar-13 0:59 
QuestionMaintaining Variables Pin
clugsy6419-Mar-13 5:53
clugsy6419-Mar-13 5:53 
AnswerRe: Maintaining Variables Pin
jkirkerx19-Mar-13 8:39
professionaljkirkerx19-Mar-13 8:39 
GeneralRe: Maintaining Variables Pin
clugsy6419-Mar-13 9:11
clugsy6419-Mar-13 9:11 
GeneralRe: Maintaining Variables Pin
jkirkerx19-Mar-13 10:14
professionaljkirkerx19-Mar-13 10:14 
QuestionMVC 4 and WebForm Application: # symbol is appearing in URL Pin
David Mujica19-Mar-13 5:18
David Mujica19-Mar-13 5:18 
AnswerFound Solution Pin
David Mujica19-Mar-13 10:58
David Mujica19-Mar-13 10:58 
QuestionBAT FILE NOT GIVING PROPER RETURN VALUE in TXT file Pin
Nishant kumar electronics17-Mar-13 1:46
Nishant kumar electronics17-Mar-13 1:46 
AnswerRe: BAT FILE NOT GIVING PROPER RETURN VALUE in TXT file Pin
Richard MacCutchan17-Mar-13 2:40
mveRichard MacCutchan17-Mar-13 2:40 
GeneralRe: BAT FILE NOT GIVING PROPER RETURN VALUE in TXT file Pin
Nishant kumar electronics17-Mar-13 8:35
Nishant kumar electronics17-Mar-13 8:35 
GeneralRe: BAT FILE NOT GIVING PROPER RETURN VALUE in TXT file Pin
Richard MacCutchan17-Mar-13 22:01
mveRichard MacCutchan17-Mar-13 22:01 
QuestionComplete Editable Datagrid Pin
Girish_Sharma16-Mar-13 23:02
Girish_Sharma16-Mar-13 23:02 
Hi,

Using Visual Studio 2012 Ultimate on Windows 8 64 bit Virtual Machine

Using Oracle Database 11.2.0.1 Enterprise Edition

I want to develop a web page with a gridview on it which will be populated with Oracle database's 4 tables having all features like add, delete and edit the rows without pressing update/cancle link buttons which I found on my google links. Gridview must have radio button, dropdownlist, textboxes, checkboxes and datatime control with it. The control's values are to be populated from different tables join on a common column customer_id number(5).

When I google for it, I found many good links like :
Editable Gridview with Textbox, CheckBox, Radio Button and DropDown List[^]
and
Editable GridView in ASP.NET 2.0[^]
and
many more.

I am not going to request you to provide me the complete code (like spoon feed), but if anyone can share with me link(s) for it, I shall be thankful to you, in which different controls are being populated from different tables and that grid view should be available for update without any click on further link/button etc.

How it should function :

Suppose below is Grid view looks:

Customer_Id (TextBox)
Registered On (DateandTime Control)
Status (Radio Button)
Country (DropDownList)
Phone (TextBox)
Services (CheckBoxes)

Customer_Id from all 4 tables.
Registered On from Reg_Master table
Active from Customer_Active table (customer_id, status number(1)); If status = 1 then it is active, else inactive)
Country from country_master table (customer_id,country_name)
Phone from cust_phone table (customer_id,phone_no)
Services from service_list table (customer_id,service_code) [Dynamic, i.e. 1 to 20 services are there] and parent table service_master table (service_code, service_name)

Now, if user changes status as inactive to active or vice versa, so its effect should only be in customer_active table. If user changes country from country1 to country4 and check/uncheck on its existing service, then its impact should be on country_master and service_list table only.

I am not sure, how good and clear I am asking the question, but if still I am unclear in my request, please let me know.

Thanks and Regards
Girish Sharma
AnswerRe: Complete Editable Datagrid Pin
Chris Hambleton18-Mar-13 4:30
Chris Hambleton18-Mar-13 4:30 
Questionasp.net c# Pin
vishal415-Mar-13 20:11
vishal415-Mar-13 20:11 
AnswerRe: asp.net c# Pin
Sandeep Mewara15-Mar-13 20:23
mveSandeep Mewara15-Mar-13 20:23 
AnswerRe: asp.net c# Pin
Thomas Daniels17-Mar-13 4:54
mentorThomas Daniels17-Mar-13 4:54 

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.