Click here to Skip to main content
15,909,039 members
Home / Discussions / Web Development
   

Web Development

 
QuestionI want to get a project in ASP can any body help me Pin
amirmasood_fast6-Sep-07 8:14
amirmasood_fast6-Sep-07 8:14 
AnswerRe: I want to get a project in ASP can any body help me Pin
Guffa6-Sep-07 9:30
Guffa6-Sep-07 9:30 
QuestionDatagrid Pin
nandhububbly6-Sep-07 3:41
nandhububbly6-Sep-07 3:41 
AnswerRe: Datagrid Pin
Chetan Patel7-Sep-07 2:22
Chetan Patel7-Sep-07 2:22 
QuestionDatagrid Pin
nandhububbly6-Sep-07 3:18
nandhububbly6-Sep-07 3:18 
AnswerRe: Datagrid Pin
Chetan Patel7-Sep-07 2:26
Chetan Patel7-Sep-07 2:26 
QuestionExcel Data to MSSQL thru ASP.Net Pin
hifiger20045-Sep-07 11:19
hifiger20045-Sep-07 11:19 
QuestionMACRO - Calling Excel Macro thru ASP.Net Pin
hifiger20045-Sep-07 10:50
hifiger20045-Sep-07 10:50 
QuestionImport text file to MS Access, Asp.net(VB) Pin
RykieLouw5-Sep-07 7:20
RykieLouw5-Sep-07 7:20 
AnswerRe: Import text file to MS Access, Asp.net(VB) Pin
Christian Graus5-Sep-07 15:03
protectorChristian Graus5-Sep-07 15:03 
Questiondatabind parent control from popup Pin
bspro5-Sep-07 3:51
bspro5-Sep-07 3:51 
Hai friends,

I am having a problem in my asp.net project.I have a form that has some anthem dropdowns which is data binded.I am opening a new page as popup and adding some data to the database.I wants the dropdown to update the added values when the popup is closed.I cant use



on child page because it destroys the values in the text boxes.

I can call a javascript function in the parent page like..



and the function in parent page as



function UpdateCity()
{
document.getElementById('<%=ddlCity.ClientID%>').Databind();

}

But i cant get the databind to work.Can anyone help me...Is there any other way to accomplish this..?
AnswerRe: databind parent control from popup Pin
Chetan Patel7-Sep-07 2:28
Chetan Patel7-Sep-07 2:28 
QuestionStarting an application on the server Pin
Deques5-Sep-07 1:43
Deques5-Sep-07 1:43 
AnswerRe: Starting an application on the server Pin
George L. Jackson5-Sep-07 7:04
George L. Jackson5-Sep-07 7:04 
GeneralRe: Starting an application on the server Pin
Fred_Smith6-Sep-07 0:47
Fred_Smith6-Sep-07 0:47 
GeneralRe: Starting an application on the server Pin
George L. Jackson6-Sep-07 2:15
George L. Jackson6-Sep-07 2:15 
GeneralRe: Starting an application on the server Pin
Deques6-Sep-07 1:22
Deques6-Sep-07 1:22 
GeneralRe: Starting an application on the server Pin
George L. Jackson6-Sep-07 2:17
George L. Jackson6-Sep-07 2:17 
GeneralRe: Starting an application on the server Pin
Deques6-Sep-07 2:22
Deques6-Sep-07 2:22 
GeneralRe: Starting an application on the server Pin
George L. Jackson6-Sep-07 2:35
George L. Jackson6-Sep-07 2:35 
GeneralRe: Starting an application on the server Pin
Deques6-Sep-07 2:40
Deques6-Sep-07 2:40 
Questionautomate the website according to system display settings Pin
harryforum5-Sep-07 1:24
harryforum5-Sep-07 1:24 
AnswerRe: automate the website according to system display settings Pin
hxhl955-Sep-07 18:18
hxhl955-Sep-07 18:18 
QuestionWriting Data To XML File Pin
varshavmane4-Sep-07 23:19
varshavmane4-Sep-07 23:19 
QuestionHow do i gray out background while displaying a Div Pin
www.Developerof.NET4-Sep-07 22:03
www.Developerof.NET4-Sep-07 22:03 

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.