Search

You searched for the word(s): userid:816865

Matching Posts

  • Executing select statement in c#

    Hi, I have a database db1 which has a table table1. I want to have a function GetDataSetOnQuery( string query) { ...... } which returns a datataset on execution. i.e. if I call GetDataSetOnQuery( "select * from Table1" ) I should get the dataset. How do I do that in c#. I need it asap. Thanks, Manjunath M.R.
  • Re: Passing data from popup to parent window using session variables

    Hi, Thanks for the reply. In the javascript i'm using i get only the option for window.open() and not for window.showmodaldialog(). What may be the reason? Does it come for only ajax enabled website? Mine is not. Thanks, Manjunath M. R.
    Posted to Client Side Web Development (Forum) by ManjunathMR on 8/27/2008
  • Re: Passing data from popup to parent window using session variables

    Hi, Thanks for the reply. What u said is right. But the problem is that I should be able to access the value in the popup in the same button event that caused the popup on the client side. What I mean is I want to access the value set in the child popup in the butt0n_click event in the parent.aspx.cs . I'm using the following approach. 1. When the user clicks on the button I have the following java script executed on the client side function openwin() { window.open(........); } In the click event
    Posted to Client Side Web Development (Forum) by ManjunathMR on 8/27/2008
  • Passing data from popup to parent window using session variables

    Hi, I want to pass data from the popup to the parent window using session variables. The scenario is this. When I click on the button in the parent window i want a child window to popup. I enter the value in the textbox in the popup and click the button in the popup. This should close the popup and I should be able to access the value entered in the popup textbox in the codebehind(.cs) click event of the button in parent. How can I do this. Please reply asap. Thanks, Manjunath M. R.
    Posted to Client Side Web Development (Forum) by ManjunathMR on 8/27/2008
  • Re: window.open and window.opener problem

    Hi, This is the complete code. popup1.aspx: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="popup1.aspx.cs" Inherits="popup" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> <script language="javascript"
    Posted to Client Side Web Development (Forum) by ManjunathMR on 8/26/2008
  • window.open and window.opener problem

    Hi, I have written the following javascript to pop up a window In the parent page: function PreMail() { window.open("http://localhost:2704/WebSite3/popup1.aspx","popup1","height=50,width=300,left=500,top=400,status=no,toolbar=no,menubar=no,location=no"); } and the button: <asp:Button ID="bt1" runat="server" OnClick="Button1_Click" OnClientClick="PreMail()" Style="left: 45px; position: relative; top: -210px" Text="Send
    Posted to Client Side Web Development (Forum) by ManjunathMR on 8/26/2008
  • Re: To open a new window and take input

    Hi, Thanks for the reply. I don't have any idea as to how to do it. I want the input to be taken only after the person has clicked a button and that should disappear when the person clicks another button in the window and I should be able to access the values entered. How can I do it either using java script or in the codebehind(c#). Please send the code for this if u can. Thanks, Manjunath M. R.
    Posted to Custom Server Controls (Forum) by ManjunathMR on 8/23/2008
  • Re: Modal popup

    Hi, Thank you. It's working fine . I hadn't seen the instructions earlier. Thanks, Manjunath M. R.
  • To open a new window and take input

    Hi, To take input from the user I have a button. I'd like it to work like this. When the user clicks on the button in the current web page a window should appear which displays a page which has 2 text boxes and a button. When the user enter the values into the text box and clicks the button I want that window to close and I want to access the values entered in the current web page. Can we do this ? if yes please give tips as to how to accomplish this. Thanks, Manjunath M. R.
    Posted to Custom Server Controls (Forum) by ManjunathMR on 8/22/2008
  • Re: Modal popup

    Hi, The link which u gave contained the ajax toolkit download. But that doesn't work with vs2005. Thanks, Manjunath M. R.
Page 1 of 5 (47 items) 1 2 3 4 5 Next >