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
A

alok_2k3

@alok_2k3
About
Posts
34
Topics
27
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Modifying URL using java script
    A alok_2k3

    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...

    Web Development java javascript database sysadmin tools

  • special character problem in href tag using xslt [modified]
    A alok_2k3

    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

    XML / XSL xml help tutorial

  • Calling java script
    A alok_2k3

    Hi 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...

    ASP.NET java tools help question

  • Calling server side method through java script
    A alok_2k3

    Hi 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...

    ASP.NET java sysadmin tools help question

  • SMTP mail
    A alok_2k3

    Hello All, Can anybody tell me how can I send a Cancellation meeting request using smtp mail. Thanks Alok...

    C# question

  • Sending meeting request using Smtp Mail
    A alok_2k3

    Hi, 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...

    C# help announcement

  • Registering java script after page post back
    A alok_2k3

    Hi, 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...

    ASP.NET java tools help

  • Plz help
    A alok_2k3

    Hey Thanks for replying....... Really helpfull! I was not excepting that I got the answer only in few minutes..

    C# help csharp

  • Plz help
    A alok_2k3

    Hi, 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...

    C# help csharp

  • Reading config file from master page [modified]
    A alok_2k3

    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

    ASP.NET question

  • Mail sending
    A alok_2k3

    I am sending mail in plain text.

    C# help csharp

  • Mail sending
    A alok_2k3

    Hi, 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...

    C# help csharp

  • Sending mails
    A alok_2k3

    No I am facing this issue with Lotus Notes only.

    C# help csharp

  • Sending mails
    A alok_2k3

    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);

    C# help csharp

  • Sending mails
    A alok_2k3

    Hi, 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...

    C# help csharp

  • Finding Database name
    A alok_2k3

    Thanks, It's working....

    Database database help question

  • Finding Database name
    A alok_2k3

    Hi, 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...

    Database database help question

  • Stored Proc
    A alok_2k3

    Thanx Mark

    Database database algorithms help

  • Stored Proc
    A alok_2k3

    Hi, 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...

    Database database algorithms help

  • Data grid problem with Mozilla(Urgent)
    A alok_2k3

    Thanx Sylvester 4 ur kind help. Alok...

    ASP.NET css help
  • Login

  • Don't have an account? Register

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