Click here to Skip to main content
15,890,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
QuestionPropay Payment Integration Pin
amolnarkhede14-Mar-13 21:15
amolnarkhede14-Mar-13 21:15 
AnswerRe: Propay Payment Integration Pin
Richard MacCutchan14-Mar-13 23:11
mveRichard MacCutchan14-Mar-13 23:11 
GeneralRe: Propay Payment Integration Pin
amolnarkhede15-Mar-13 6:36
amolnarkhede15-Mar-13 6:36 
GeneralRe: Propay Payment Integration Pin
Richard MacCutchan15-Mar-13 6:58
mveRichard MacCutchan15-Mar-13 6:58 
AnswerRe: Propay Payment Integration Pin
jkirkerx18-Mar-13 7:36
professionaljkirkerx18-Mar-13 7:36 
QuestionWSAT tool with IIS 7 Pin
vanikanc14-Mar-13 3:06
vanikanc14-Mar-13 3:06 
AnswerRe: WSAT tool with IIS 7 Pin
jkirkerx14-Mar-13 12:43
professionaljkirkerx14-Mar-13 12:43 
GeneralRe: WSAT tool with IIS 7 Pin
vanikanc15-Mar-13 7:48
vanikanc15-Mar-13 7:48 
GeneralRe: WSAT tool with IIS 7 Pin
jkirkerx18-Mar-13 7:24
professionaljkirkerx18-Mar-13 7:24 
QuestionAbsolute Timeout in windows Authentication Pin
Ballita13-Mar-13 7:59
Ballita13-Mar-13 7:59 
AnswerRe: Absolute Timeout in windows Authentication Pin
dusty_dex13-Mar-13 10:44
dusty_dex13-Mar-13 10:44 
QuestionUsing microsoft AntiXss cross site script encoder to encode standard input controls on an ASP .NET page Pin
Steve Holdorf13-Mar-13 6:48
Steve Holdorf13-Mar-13 6:48 
QuestionOffice Conversion Advice Pin
mat4112-Mar-13 15:01
mat4112-Mar-13 15:01 

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.