Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

sri_con3

@sri_con3
About
Posts
13
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Popup Problem
    S sri_con3

    hi, thanx for your response I checked every thing in my code. It is working fine in IE6 but when it comes to IE7 its givin theis problem. Is there any alternative for it. i have to use tat asp:button control not the input control

    sri

    ASP.NET help question

  • Popup Problem
    S sri_con3

    Hi Ravi, Thanx for ur response.i traid those tags.even then also its opening a new popup window but the difference is parent form is getting the focus. i am sending the popup window's code (runtime) Note: in form tag action attribute is automatically assigning aaa Dialog Page function CloseThisWindow() { var myName = "Popup"; var o = new Object(); o.orglevid = "1"; o.orgname = "test"; window.returnValue=o.orgname; window.close(); }

    sri

    ASP.NET help question

  • Popup Problem
    S sri_con3

    Hi, Thanx for ur response, but i traied all these ways and still my application is acting like tat only. is there any other way to this problem. pls inform me thanx

    sri

    ASP.NET help question

  • Popup Problem
    S sri_con3

    hi, I have a problem with Popup window in IE7 when ever i create a popup window and i try to close tat popup window its creating a new popup window. with same url. when i clik on this second popup windwo then its closing. code: Default.aspx function OpenAnotherWindow() { var name = document.getElementById("txtName").name; WindowName="test"; var left, top; left = (window.screen.availWidth - 400)/2; top = (window.screen.availheight - 250)/2; settings= "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no, top="+ top +", left="+left+", height=250,width=400"; var id = window.showModalDialog('DialogPage.aspx?name='+ document.form1.txtName.value,WindowName, settings); document.getElementById("txtName").value=id; }

    default.aspx.cs page_load btnOpenWindow.Attributes.Add("onclick", "return OpenAnotherWindow()"); dialogpage.aspx function CloseThisWindow() { var myName = "Popup"; var o = new Object(); o.orglevid = "1"; o.orgname = "test"; window.returnValue=o.orgname; window.close(); return true; }

    please help me out not this issue is in IE 7 only in IE 6 its working fine sri

    ASP.NET help question

  • User Control's Button Click event is not firing
    S sri_con3

    Yes i am adding UC at run time

    sri

    ASP.NET help winforms tutorial

  • User Control's Button Click event is not firing
    S sri_con3

    Hi, I am adding one user control(Login.ascx) to my web form’s Placeholder Control in a button click event of the (Home.aspx) page. When ever i am clicking on the webform button i can able to add the user control to the Placeholder. but the problem is when ever i am trying to click on the User Controls Button its disappearing from the form. Even though I checked the view state also. When i am loading the User Control to the Placeholder it is firing the PageLoade Event of the User Control (Login.ascx).I want the User Control has to be appear in then form and also the ButtonClick event of the User Controls is to fire, so how to make this work. if any one have the solution for it please help me Code: Login.ascx Button2_Click { Response.Wrie("Test"); } Home.aspx Button1_Click { UserControl MyControl = (UserControl) LoadeControl("Login.ascx"); //User Control(Login.ascx) is residing in the same folder PlaceHolder1.Control.Add(MyControl); // Its firing the Page Loade event of the User Control (Login.ascx) }

    sri

    ASP.NET help winforms tutorial

  • ORA-01008: not all variables bound - ADO.NET
    S sri_con3

    Hi, I got the solution we have to just mention the binding type dbCmd.BindByName = true; then it will take only two parameters

    sri

    Database help csharp database

  • ORA-01008: not all variables bound - ADO.NET
    S sri_con3

    Hi Jim, thanks for your response, i traied that process also but still i its giving the same error. is there any thing i am missing in my code. please help me out.

    sri

    Database help csharp database

  • ORA-01008: not all variables bound - ADO.NET
    S sri_con3

    Hi, I am facing problems with the Sub Query parameter injecting problem. Let me give u the code so tat u can understand the prob String strSQL = “select d.deptno,e.empname from dept d, (select empname from emp where hdate = : inputDate and jdate= : inputDate) e”; OralcConnection con = new OracleConnection(conString); OracleCommand cmd = new OracleCommand(strSQL,con); OracleDataReader dr; cmd.CommandType = CommandType.Text; cmd.Parameter.Add(“:inputDate”,”01/01/2006”); dr = cmd.ExecuteReader(); but when ever i run this code its saying tat ORA-01008: not all variables bound. If I add other parameter to the CommandObject with same name and value its working fine. But I need to add only one parameter to this CommandObject. Please help out sri

    sri

    Database help csharp database

  • Windows Authentication
    S sri_con3

    Hi, I am working on a web application which requires communicate with SAP BIW system. My applications authentication mode is “Windows “ and at the same time SAP authentication is also windows and I don’t have any control on tat sap application . My task is In my application there a link to the sap application which is careering username and password. And when ever browsers try to open tat URL it is popping up the windows authentication window My requirement is when I am sending the login details through query string so sap system without popping the login window it has to authenticate me. Is it possible? If so then please help me sri

    ASP.NET database security help question

  • How to work multiple web.config files in sub domains?
    S sri_con3

    hi, thanks for ur response. in my appdomain i have different login.aspx pages for each user so i dont have to find the user Role name just i have to tranfer the authenicated user to specified aspx page. if u have any solution for it please post it tat will be helpfull for me sri

    ASP.NET security help tutorial question

  • How to work multiple web.config files in sub domains?
    S sri_con3

    thanks for tat url its a good one but its not containing the info abt the subdomain web.config task sri

    ASP.NET security help tutorial question

  • How to work multiple web.config files in sub domains?
    S sri_con3

    Hi this is Sri, I am working on a online shopping cart project. This project contain three Modules 1 Online Shopping a. Adminb. Vender c. User So I created three sub domains for each Module In domain (online Shopping) root web.conif is set authentication mode as “Forms” loginUrl = “login.aspx” which is in domain root folder default.aspx is the start up page for whole domain which in root folder in my sub domains (Admin,Vender) is also having the login.aspx and default.aspx files My prob is tat when ever Admin or Vender try to log in with respect of their login pages (admin/login.aspx, vender/login.aspx) after authentication is completed they are transferring to root default.aspx page bec it is the startup page for the appdomin But I want to transfer them to their respective home pages(admin/default.aspx, vender/default.aspx) So I have to override the startup page to the appdomain. Is it possible overrideing of start page is yes how? Or is there any alternate solution for this task? pls Help on it sri -- modified at 3:01 Friday 31st March, 2006

    ASP.NET security help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups