Click here to Skip to main content
15,881,380 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to use subdomain Pin
Guffa12-Jul-06 6:27
Guffa12-Jul-06 6:27 
GeneralRe: how to use subdomain Pin
Amit Agarrwal12-Jul-06 19:45
Amit Agarrwal12-Jul-06 19:45 
AnswerRe: how to use subdomain Pin
Guffa13-Jul-06 11:47
Guffa13-Jul-06 11:47 
GeneralRe: how to use subdomain Pin
Amit Agarrwal13-Jul-06 21:02
Amit Agarrwal13-Jul-06 21:02 
QuestionEdit item in Data Grid Pin
venkatasivaramaprasad10-Jul-06 0:25
venkatasivaramaprasad10-Jul-06 0:25 
AnswerRe: Edit item in Data Grid Pin
_AK_10-Jul-06 0:40
_AK_10-Jul-06 0:40 
AnswerRe: Edit item in Data Grid Pin
mnaveed10-Jul-06 0:54
mnaveed10-Jul-06 0:54 
QuestionRequest to serbe Pin
gandalf_le_blanc10-Jul-06 0:20
gandalf_le_blanc10-Jul-06 0:20 
Hi All,

My stuff is like this :
By clicking on a button, you open a window to handle parameters. When the child window is open, you fill the form and you can create a new parameter by clicking on a LinkButton. The LinkButton calls an handler to create parameters. How to call a client javascript function to close the child Window and recover the ID parameter in the parent window.

----------------------
Parent Window

<asp:button id="ButtonOpen" runat="server" text="..." causesvalidation="False" onclientclick="UserControlRel_CityDisplay();">

ButtonOpen call a ShowModalDialog to handle parameters.
-----------------------


-----------------------
Child Window

<asp:linkbutton id="ButtonOK" runat="server" text="<%$Resources:GlobalResources,ButtonOK %>" tooltip="<%$Resources:GlobalResources,ButtonOKTooltip %>" cssclass="cssLinkButtonOut" onmouseover="this.className='cssLinkButtonOver'" onmouseout="this.className='cssLinkButtonOut'" causesvalidation="True" onclick="ButtonOK_Click">

ButtonOK_Click call the handler to create a new parameter. In this function, I recover the ID of the new parameter and I want to send.

Thx for your help.
Question[Message Deleted] Pin
blurMember10-Jul-06 0:06
blurMember10-Jul-06 0:06 
AnswerRe: Storing a value from datagrid in a variable? Pin
Amit Agarrwal10-Jul-06 0:38
Amit Agarrwal10-Jul-06 0:38 
GeneralRe: Storing a value from datagrid in a variable? Pin
Sandeep Akhare10-Jul-06 1:06
Sandeep Akhare10-Jul-06 1:06 
GeneralRe: Storing a value from datagrid in a variable? Pin
_AK_10-Jul-06 1:09
_AK_10-Jul-06 1:09 
AnswerRe: Storing a value from datagrid in a variable? Pin
postmaster@programmingknowledge.com10-Jul-06 17:49
postmaster@programmingknowledge.com10-Jul-06 17:49 
GeneralRe: Storing a value from datagrid in a variable? Pin
blurMember10-Jul-06 20:43
blurMember10-Jul-06 20:43 
QuestionHow to display the contents of database in horizontal manner Pin
khanrizuxx10-Jul-06 0:02
khanrizuxx10-Jul-06 0:02 
AnswerRe: How to display the contents of database in horizontal manner Pin
_AK_10-Jul-06 0:42
_AK_10-Jul-06 0:42 
GeneralRe: How to display the contents of database in horizontal manner Pin
khanrizuxx10-Jul-06 0:46
khanrizuxx10-Jul-06 0:46 
GeneralRe: How to display the contents of database in horizontal manner Pin
_AK_10-Jul-06 0:57
_AK_10-Jul-06 0:57 
GeneralRe: How to display the contents of database in horizontal manner Pin
khanrizuxx10-Jul-06 1:04
khanrizuxx10-Jul-06 1:04 
GeneralRe: How to display the contents of database in horizontal manner Pin
_AK_10-Jul-06 1:05
_AK_10-Jul-06 1:05 
GeneralRe: How to display the contents of database in horizontal manner Pin
Amit Agarrwal10-Jul-06 1:29
Amit Agarrwal10-Jul-06 1:29 
GeneralRe: How to display the contents of database in horizontal manner Pin
_AK_10-Jul-06 1:38
_AK_10-Jul-06 1:38 
GeneralRe: How to display the contents of database in horizontal manner Pin
Amit Agarrwal10-Jul-06 2:03
Amit Agarrwal10-Jul-06 2:03 
GeneralRe: How to display the contents of database in horizontal manner Pin
_AK_10-Jul-06 2:26
_AK_10-Jul-06 2:26 
GeneralRe: How to display the contents of database in horizontal manner Pin
Amit Agarrwal10-Jul-06 2:57
Amit Agarrwal10-Jul-06 2:57 

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.