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
User Profile
Collapse
Profile Sidebar
Collapse
ganesh22
Banned
Last Activity: Sep 23 '08, 06:18 AM
Joined: Sep 17 '07
Location:
-
accept code for unique
-
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? -
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... -
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? -
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",
-
[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;
-
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? -
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"... -
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? -
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
-
My Prolem is when i click the button the whole page is going to the serverLeave a comment:
-
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">... -
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? -
What the difference between Synchronous and Asynchronous?
What the difference between Synchronous and Asynchronous? -
difference between Asp.Net Ajax and Atlas
Hi,
What the difference between Asp.Net Ajax and Atlas? where we can find that toolKit? -
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? -
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? -
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? -
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 -
What is meant by Generics?
What is ment by Generics? How we can define as Generics in Programaticall way?
No activity results to display
Show More
Leave a comment: