Hi All, I want to add query string in the URL using javascript but I don't want to reload or redirect the page. (When I use window.location = "some value", it redirects me to the corresponding page). I also want to access the query string value in my server side code. Please help me. Thanks in Advance Alok...
alok_2k3
Posts
-
Modifying URL using java script -
special character problem in href tag using xslt [modified]Hi All, I am writing the following code " " The problem is that my "FileRef" contains special character in it (like test's.aspx, the single quotes in it).In the browser the URL is shown as test's.aspx. Is there any work around for this. I don't know how to handle the unsafe character in xslt. Thanks in Advance Alok.... modified on Wednesday, April 15, 2009 10:39 AM
modified on Wednesday, April 15, 2009 10:43 AM
-
Calling java scriptHi All, I am unsing a HtmlImage in my code and on the click of this image I want to call the key combination "Cltr + Alt + 6". How can I call this key combination using java script. Plz help me. Thanks In Advance Alok...
-
Calling server side method through java scriptHi All, I have button on my aspx page and I want to call the button click event through java script method without any page postback. How can I do this. I am trying to do this as follows document.getElementById('buttonid').onClick; but it is not in my case. Please help me. Thanks in Advance Alok...
-
SMTP mailHello All, Can anybody tell me how can I send a Cancellation meeting request using smtp mail. Thanks Alok...
-
Sending meeting request using Smtp MailHi, I am creating a meeting request using the smtpmail message and sending it through smtp client. It working fine for meeting invite and meeting update. But when I send a cancel meeting request it is going as an update meeting request on the lotus notes ( working fine with the outlook) instead of a cancellation of meeting request. Please help me. Thanks in Advance Alok...
-
Registering java script after page post backHi, I have a web form on which there is a register button.Now i want to fire a java script method after the post back of the page when the button click occurs. Please help me. Thanks in Advance Alok...
-
Plz helpHey Thanks for replying....... Really helpfull! I was not excepting that I got the answer only in few minutes..
-
Plz helpHi, I am reposting this message,plz help me to fix it. I have written code for sending mails using c#.I am facing the following problem with this. Mail Body is not showing up for Meeting requests/mail received through Lotus Notes. The meeting request is shown correctly when viewed through the Outlook with the body showing up but not in Lotus Notes. Here is the code i am using, msg.From = new MailAddress(From); msg.Subject = Subject; msg.SubjectEncoding = System.Text.Encoding.Default; StringBuilder strBodyText = new StringBuilder(); strBodyText.AppendLine(some string on logical criteria); msg.Body = strBodyText.ToString(); msg.BodyEncoding = System.Text.Encoding.Default; msg.IsBodyHtml = false; msg.Priority = MailPriority.High; SmtpClient client = new SmtpClient(); client.Port = 25;//or use 587 client.Host = smtpServer; client.Send(msg); Plz help me... Thanks in Advance Alok...
-
Reading config file from master page [modified]Hi, Can any one tell me how can I read web.config key\value on the master page. I tried the following. ]]> but it is not working. Thanks in Advance Alok...
modified on Wednesday, February 27, 2008 4:25 AM
-
Mail sendingI am sending mail in plain text.
-
Mail sendingHi, I am reposting this message,plz help me to fix it. I have written code for sending mails using c#.I am facing the following problem with this. Mail Body is not showing up for Meeting requests/mail received through Lotus Notes. The meeting request is shown correctly when viewed through the Outlook with the body showing up but not in Lotus Notes. Here is the code i am using, msg.From = new MailAddress(From); msg.Subject = Subject; msg.SubjectEncoding = System.Text.Encoding.Default; StringBuilder strBodyText = new StringBuilder(); strBodyText.AppendLine(some string on logical criteria); msg.Body = strBodyText.ToString(); msg.BodyEncoding = System.Text.Encoding.Default; msg.IsBodyHtml = false; msg.Priority = MailPriority.High; SmtpClient client = new SmtpClient(); client.Port = 25;//or use 587 client.Host = smtpServer; client.Send(msg); Plz help me... Thanks in Advance Alok...
-
Sending mailsNo I am facing this issue with Lotus Notes only.
-
Sending mailsHere is the code i am using, msg.From = new MailAddress(From); msg.Subject = Subject; msg.SubjectEncoding = System.Text.Encoding.Default; StringBuilder strBodyText = new StringBuilder(); strBodyText.AppendLine(some string on logical criteria); msg.Body = strBodyText.ToString(); msg.BodyEncoding = System.Text.Encoding.Default; msg.IsBodyHtml = false; msg.Priority = MailPriority.High; SmtpClient client = new SmtpClient(); client.Port = 25;//or use 587 client.Host = smtpServer; client.Send(msg);
-
Sending mailsHi, I have written code for sending mails using c#.I am facing the following problem with this. Mail Body is not showing up for Meeting requests/mail received through Lotus Notes. The meeting request is shown correctly when viewed through the Outlook with the body showing up but not in Lotus Notes. Plz help me... Thanks in Advance Alok...
-
Finding Database nameThanks, It's working....
-
Finding Database nameHi, I am creating a procedure in which I want to check that if a database is already exists then drop the database and create the new database and if the database is not exist then just create the database. How can I do this. Plz help me.... Thanks in Advance Alok...
-
Stored ProcThanx Mark
-
Stored ProcHi, I am developing a web page for searching user records from DB. In advance search option there are 5 fields like firstname, lastname, years of experience,experience type, location. I want to write a storedprocedure which take all these 5 parameter as input and return me record from a table.All these fields are in single table. User can search a record by providing all the 5 fields are by providing any of these. Plz help me in writing this query. I am very week in T-Sql. Thanks in Advance Alok.... Alok...
-
Data grid problem with Mozilla(Urgent)Thanx Sylvester 4 ur kind help. Alok...