Click here to Skip to main content
16,005,222 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: code for developing a recruitent system Pin
Marc Firth5-Nov-09 22:40
Marc Firth5-Nov-09 22:40 
Questionweird javascript issues Pin
compninja255-Nov-09 5:22
compninja255-Nov-09 5:22 
AnswerRe: weird javascript issues Pin
Marc Firth5-Nov-09 22:42
Marc Firth5-Nov-09 22:42 
GeneralRe: weird javascript issues Pin
compninja256-Nov-09 1:30
compninja256-Nov-09 1:30 
GeneralRe: weird javascript issues Pin
Marc Firth6-Nov-09 1:41
Marc Firth6-Nov-09 1:41 
GeneralRe: weird javascript issues Pin
compninja256-Nov-09 9:24
compninja256-Nov-09 9:24 
GeneralRe: weird javascript issues Pin
Marc Firth8-Nov-09 21:51
Marc Firth8-Nov-09 21:51 
GeneralRe: weird javascript issues Pin
compninja259-Nov-09 2:24
compninja259-Nov-09 2:24 
GeneralRe: weird javascript issues Pin
compninja259-Nov-09 3:16
compninja259-Nov-09 3:16 
GeneralRe: weird javascript issues Pin
Marc Firth9-Nov-09 4:03
Marc Firth9-Nov-09 4:03 
GeneralRe: weird javascript issues [modified] Pin
compninja259-Nov-09 6:19
compninja259-Nov-09 6:19 
Question[Message Deleted] Pin
bahar.ghara4-Nov-09 22:21
bahar.ghara4-Nov-09 22:21 
AnswerRe: file uploade Pin
Not Active5-Nov-09 1:13
mentorNot Active5-Nov-09 1:13 
AnswerRe: file uploade Pin
Shameel5-Nov-09 2:47
professionalShameel5-Nov-09 2:47 
QuestionSynchronization Calendar API Pin
Pradeep kumar.V4-Nov-09 17:26
Pradeep kumar.V4-Nov-09 17:26 
QuestionASP.NET GridView Add Rows From JS and Reflect to Srerver-Side. Pin
BhavinBhatt4-Nov-09 16:17
BhavinBhatt4-Nov-09 16:17 
AnswerRe: ASP.NET GridView Add Rows From JS and Reflect to Srerver-Side. Pin
Not Active4-Nov-09 16:40
mentorNot Active4-Nov-09 16:40 
QuestionNice And Complex With DIVS........ HELP Pin
SRJ924-Nov-09 14:57
SRJ924-Nov-09 14:57 
AnswerRe: Nice And Complex With DIVS........ HELP Pin
Not Active4-Nov-09 16:36
mentorNot Active4-Nov-09 16:36 
GeneralRe: Nice And Complex With DIVS........ HELP Pin
SRJ925-Nov-09 0:12
SRJ925-Nov-09 0:12 
AnswerRe: Nice And Complex With DIVS........ HELP Pin
enhzflep5-Nov-09 0:26
enhzflep5-Nov-09 0:26 
GeneralRe: Nice And Complex With DIVS........ HELP Pin
SRJ925-Nov-09 0:28
SRJ925-Nov-09 0:28 
GeneralRe: Nice And Complex With DIVS........ HELP Pin
Not Active5-Nov-09 1:12
mentorNot Active5-Nov-09 1:12 
GeneralRe: Nice And Complex With DIVS........ HELP Pin
SRJ925-Nov-09 9:48
SRJ925-Nov-09 9:48 
QuestionHow to create Dialogs and notifications? Pin
Alivemau54-Nov-09 12:23
Alivemau54-Nov-09 12:23 
Hi,

I have a combobox (aka select) with some options retrieved from the database..
The user might choose one item from there or click next to the combo on "Other".

Here is the thing:
I wan't to show a dialog that lets the user to add a new registry to the database
and after that, the dialog should be closed and the combo should have the new option without a simple refresh (an HTTP GET, because this would erase all the form input)..

So..
Any tutorials for this? Im sure this is some typical procedure..
In winforms this is really easy because of events.. but in web?

More notes:
-The dialog should block the parent window (javascript?)
-Its like the "add new label" dialog when you are seeing a message in Gmail
-The form that haves the combo shouldnt lose the current input (ajax?)
-I'm using ASP.NET MVC and LINQ TO SQL.

Please help!

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.