User Profile

Collapse

Profile Sidebar

Collapse
ganesh22
ganesh22
Banned
Last Activity: Sep 23 '08, 06:18 AM
Joined: Sep 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ganesh22
    started a topic accept code for unique
    in .NET

    accept code for unique

    Hi,
    Iam written the code for creating a textboxs dynamically in asp.net. but its working fine for single user, when multi users are using that code it become crashing so i want to give unique for that code but its not a secure page
    See more | Go to post

  • create dynamically textboxes in javascript and pass that values to asp.net

    Hi,
    I want to create dynamically textboxes in javascript and after entering the values in textboxs i want to pass that values into a string in asp.net/C# How?
    See more | Go to post

  • How can i get javascript value into asp.net

    Hi,
    Iam creating Dynamic textboxs using javascript in asp.net. now i want to get that textboxs value in a string. How can i get that one?

    My code:
    [HTML] <script language="javas cript">
    var i=0;
    function changeIt()
    {
    if(i<5)
    {
    i =i+1;
    my_div.innerHTM L = my_div.innerHTM L +"<input...
    See more | Go to post
    Last edited by gits; Jul 23 '08, 02:27 PM. Reason: added code tags

    Leave a comment:


  • How to Create textboxs using JavaScript and pass value to asp.net/c#

    Hi,
    How to Create textboxs using JavaScript in asp.net/c# and how to assign that values to a string?
    See more | Go to post

  • ganesh22
    started a topic Add multiple records to xml file
    in XML

    Add multiple records to xml file

    Hi,
    Code:
            xmlw = new XmlTextWriter("c:\\testing.xml",null);
                xmlw.WriteStartDocument();
                xmlw.WriteStartElement("Company");
                xmlw.WriteStartElement("Software");
                xmlw.WriteStartElement("Skills");
                xmlw.WriteElementString("Microsoft", textBox1.Text);
                xmlw.WriteElementString("Sun",
    ...
    See more | Go to post
    Last edited by acoder; Jul 20 '08, 10:11 AM. Reason: Added [code] tags

  • [C#] Mail sent through app doesn't show up in Sent Mail

    Hi,
    Iam using below code for sending a mail, but its not storing in my sent mail option, how can i see that one in sentmail and how can i find that mail size?

    Code:
     MailMessage msg = new MailMessage();
            msg.From = new MailAddress((TextBox1.Text));
            msg.To.Add((TextBox4.Text));
            if (FileUpload1.HasFile)
           {
               string fileName =FileUpload1.PostedFile.FileName;
    ...
    See more | Go to post
    Last edited by Curtis Rutland; Jul 2 '08, 08:10 AM. Reason: Added code tags and gave a better title

  • Can u explain What is Silverlight? why we want to use that one?

    Hi,
    Can u explain What is Silverlight? why we want to use that one?
    Where can i get that Software?
    See more | Go to post

  • ganesh22
    started a topic add a text for drodown list in runtime
    in .NET

    add a text for drodown list in runtime

    Hi,
    The below code is my dropdownlist code now my requirement is i want to add another technologies like sap,oracle into dropdownlist on runtime

    ex:
    String th="Oracle";
    ddlTech.Text=th ;
    like that if i given like this means it showing some error

    <asp:DropDownLi st ID="ddlTech" runat="server" AutoPostBack="T rue" OnSelectedIndex Changed="ddlTec h_SelectedIndex Changed"...
    See more | Go to post

  • ganesh22
    started a topic automatically send email
    in .NET

    automatically send email

    Hi,
    Iam having username and password in my sqlserver database so now i want to send that username and password for user in email automatically how?
    See more | Go to post

  • ganesh22
    started a topic ajax/master page problem
    in .NET

    ajax/master page problem

    Hi,
    Iam using Master Page with asp.net ajax its showin some error like this
    {Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.}
    why its showing like that
    and my code in button click event
    Code:
     
    protected void Button1_Click1(object sender, EventArgs e)
    {
    try
    {
    Response.Redirect("Default.aspx");
    }
    catch (Exception
    ...
    See more | Go to post
    Last edited by DrBunchman; Jun 20 '08, 07:31 AM. Reason: Added code tags - Please use the # button

  • ganesh22
    replied to asp.net ajax
    in .NET
    My Prolem is when i click the button the whole page is going to the server
    See more | Go to post

    Leave a comment:


  • ganesh22
    started a topic asp.net ajax
    in .NET

    asp.net ajax

    Hi,
    Iam doing web application using asp.net ajax then also when i click the button all page will post back

    my code:

    <form id="form1" runat="server">
    <div>
    <asp:ScriptMana ger id="ScriptManag er1" runat="server">
    </asp:ScriptManag er>
    <asp:UpdatePane l id="UpdatePanel 1" runat="server">...
    See more | Go to post

  • ganesh22
    started a topic How to Hide QueryString Value in asp.net?
    in .NET

    How to Hide QueryString Value in asp.net?

    Hi,

    How to Hide QueryString Value in asp.net?

    ex: iam having the link like this http://forums.asp.net/AddPost.aspx?Fo rumID=22

    so i want to hide ForumID value there in some urls i saw like this http://forums.asp.net/AddPost.aspx?Fo rumID=

    how they hide the value?
    See more | Go to post

  • What the difference between Synchronous and Asynchronous?

    What the difference between Synchronous and Asynchronous?
    See more | Go to post

  • ganesh22
    started a topic difference between Asp.Net Ajax and Atlas
    in .NET

    difference between Asp.Net Ajax and Atlas

    Hi,
    What the difference between Asp.Net Ajax and Atlas? where we can find that toolKit?
    See more | Go to post

  • ganesh22
    started a topic What is Asp.Net Ajax? why we want to use that One?
    in .NET

    What is Asp.Net Ajax? why we want to use that One?

    Hi,
    What is Asp.Net Ajax? why we want to use that One?
    See more | Go to post

  • ganesh22
    started a topic Asp.net Sequrity
    in .NET

    Asp.net Sequrity

    Hi,
    I am using Asp.net Security in my application. in my application there are 3 folders one for admin, another for CallCenters, another for Softwares
    Now i want to deny the software and callcenter employes in admin folder, like that i want to deny the admin and calcenter employes to software folder and same thing for callcenter folder also how to do that?
    See more | Go to post

  • ganesh22
    started a topic split string
    in .NET

    split string

    Hi,
    I'm using C#.net, Iam having string like this JTXOXY500369
    I am having like that strings somany( lacks, crores.......) i want to split that string as JTXOXY as one string and Integer Number as one string in C# code
    How to do that?
    See more | Go to post

  • ganesh22
    started a topic how to check Session is empty or not
    in .NET

    how to check Session is empty or not

    Hi,
    Iam using like this
    string gs=Session["site"].ToString();
    but in my code Session is empty so its giving some runtime error
    now i want to give condition that if session is empty i want to do another process how to give condition if session is empty
    See more | Go to post

  • ganesh22
    started a topic What is meant by Generics?
    in .NET

    What is meant by Generics?

    What is ment by Generics? How we can define as Generics in Programaticall way?
    See more | Go to post
No activity results to display
Show More
Working...