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
M

Meetu Choudhary

@Meetu Choudhary
About
Posts
21
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • visibility false of a column in gridview
    M Meetu Choudhary

    Your Most Welcome. You can mark the answer as good answer or rate it..

    Thanks and Regards Meetu Choudhary My Web || My Blog || My Forums

    ASP.NET help database wpf wcf

  • URI Format Not Supported. [modified]
    M Meetu Choudhary

    Fine I got The Answer The Solution Is Here

    Thanks and Regards Meetu Choudhary My Web || My Blog || My Forums

    modified on Friday, September 11, 2009 9:27 AM

    ASP.NET csharp sysadmin html wcf help

  • Need to delete row in gridview but must not affect that row in the database.
    M Meetu Choudhary

    Have you tried deleting the row from the datatable you bounded the grid and don't save the datatable to the database back. just after delting the data from thedatatable rebind the grid.

    Thanks and Regards Meetu Choudhary My Web || My Blog || My Forums

    ASP.NET database question

  • URI Format Not Supported. [modified]
    M Meetu Choudhary

    May Be But I am not able to serch it till now.

    Thanks and Regards Meetu Choudhary My Web || My Blog || My Forums

    ASP.NET csharp sysadmin html wcf help

  • visibility false of a column in gridview
    M Meetu Choudhary

    Oh Sorry I posted Wrong Code. Try This protected void GridView1_DataBound(object sender, EventArgs e) { GridView1.Columns[0].Visible = false; }

    Thanks and Regards Meetu Choudhary My Web || My Blog || My Forums

    ASP.NET help database wpf wcf

  • URI Format Not Supported. [modified]
    M Meetu Choudhary

    and what will happen if I upload the web and then i would not be knowing what is the physical path I don't want a tempory solution. It should be ready to launch solution

    Thanks and Regards Meetu Choudhary My Web || My Blog || My Forums

    ASP.NET csharp sysadmin html wcf help

  • error
    M Meetu Choudhary

    Try This:

    //define string query ; outside the If block
    string query ;
    if(DropDownList1.SelectedItem.ToString()=="ALL")
    {
    string query = "select * from appointment where DATE > @StartDate and DATE < @EndDate ";
    }
    else
    {
    string query = "select * from appointment where DATE > @StartDate and DATE < @EndDate and DOCTOR_NAME='"+DropDownList1.SelectedItem.ToString()+"'";
    }

    Thanks and Regards Meetu Choudhary My Web || My Blog || My Forums

    ASP.NET help csharp database visual-studio performance

  • error
    M Meetu Choudhary

    at which line?

    Thanks and Regards Meetu Choudhary My Web || My Blog || My Forums

    ASP.NET help csharp database visual-studio performance

  • visibility false of a column in gridview
    M Meetu Choudhary

    Instead of

    protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)

    {

    e.Row.Cells[2].Visible = false;

    }

    try

    protected void GridView1_DataBound(object sender, EventArgs e)
    {
    e.Row.Cells[2].Visible = false;
    }

    Thanks and Regards Meetu Choudhary My Web || My Blog || My Forums

    ASP.NET help database wpf wcf

  • URI Format Not Supported. [modified]
    M Meetu Choudhary

    sorry I didn't Get What You want to conevy. can you please explain with an example?

    Thanks and Regards Meetu Choudhary My Web || My Blog || My Forums

    ASP.NET csharp sysadmin html wcf help

  • URI Format Not Supported. [modified]
    M Meetu Choudhary

    Server.Mappath is not supported in WCF

    Thanks and Regards Meetu Choudhary My Web || My Blog || My Forums

    ASP.NET csharp sysadmin html wcf help

  • URI Format Not Supported. [modified]
    M Meetu Choudhary

    That's Why I tried Here Any Ways. I didn't wanted to spam the site. I will try to remove my posts. Thanks for the Help.

    Thanks and Regards Meetu Choudhary My Web || My Blog || My Forums

    ASP.NET csharp sysadmin html wcf help

  • URI Format Not Supported. [modified]
    M Meetu Choudhary

    can you please tell me in which fourm to ask this. I have posted it in silverlight, wcf and web devlopment too.

    Thanks and Regards Meetu Choudhary My Web || My Blog || My Forums

    ASP.NET csharp sysadmin html wcf help

  • URI Format Not Supported. [modified]
    M Meetu Choudhary

    If you knw that then plz do let me knw too as i googled and binged a lot on that and final solution is to use a webservice or wcf. so we are using wcf. I am egarly waiting to know the solution.

    Thanks and Regards Meetu Choudhary My Web || My Blog || My Forums

    ASP.NET csharp sysadmin html wcf help

  • URI Format Not Supported. [modified]
    M Meetu Choudhary

    See That Image is a local file but Silverlight or WCf service can't access the local path of the client system. so i uploaded that on my server using a WCF for upload files. now attaching it to the mail. as silverlight has its contrains...

    Thanks and Regards Meetu Choudhary My Web || My Blog || My Forums

    ASP.NET csharp sysadmin html wcf help

  • [Message Deleted]
    M Meetu Choudhary

    [Message Deleted]

    Web Development

  • [Message Deleted]
    M Meetu Choudhary

    [Message Deleted]

    WCF and WF

  • URI Format Not Supported. [modified]
    M Meetu Choudhary

    I tried It That way too. If I add Http:// The it says URI format not supported and if i remove that then it says path not found as it adds the extra path thill bin dir to the actula path

    Thanks and Regards Meetu Choudhary My Web || My Blog || My Forums

    ASP.NET csharp sysadmin html wcf help

  • URI Format Not Supported. [modified]
    M Meetu Choudhary

    I am Sending a Mail with attachemts for this I have Made A WCF Which works fine when I give the Network path of the file. but I need to host It And when I try to give a URL path It Says. URI format not supported please Help My Code in WCF public List funSendMail(Mailcls m) { List result = new List(); try { /* Create a new blank MailMessage with the from and to adreesses*/ System.Net.Mail.MailMessage mailMessage = new System.Net.Mail.MailMessage(m.Sender, m.Receiver); /*Checking the condition that the cc is empty or not if not then * include them */ if (m.Cc != null && m.Cc != string.Empty) { mailMessage.CC.Add(m.Cc); } /*Checking the condition that the Bcc is empty or not if not then * include them */ if (m.Bcc != null && m.Bcc != string.Empty) { mailMessage.Bcc.Add(m.Bcc); } //Ading Subject to the Mail mailMessage.Subject = m.Subject; //Adding the Mail Body mailMessage.Body = m.Body; /* Set the properties of the MailMessage to the values on the form as per the mail is HTML formatted */ mailMessage.IsBodyHtml = true; /* Bigining of Attachment1 process & Check the all file for a attachment */ if ((m.AttachfilesPath != null) && (m.AttachfilesPath.Count > 0)) { foreach (string s in m.AttachfilesPath) { result.Add("Attaching File : " + s); System.Net.Mail.Attachment attach = new System.Net.Mail.Attachment(s); /* Attach the newly created email attachment */ mailMessage.Attachments.Add(attach); } } /* Set the SMTP server and send the email with attachment */ System.Net.Mail.SmtpClient smtpClient = new System.Net.Mail.SmtpClient(); // smtpClient.Host = emailServerInfo.MailServerIP; //this will be the host in case of gamil and it varies from the service provider

    ASP.NET csharp sysadmin html wcf help

  • Security Problem
    M Meetu Choudhary

    I am having digital signatures with me installed on my computer.. And I am working in ASP.Net C# (2005 framework 2.0) in this web application I am trying to make some pages which sign the data using the digital signature and save it on the server in either of the format .doc or excel file PowerPoint file r HTML or pdf file ... or the data may be stored in the database (in my application db is NySQL) and as and when require i want to retrieve those file decrypt them using the digital signature and then save them to the local machine or just to view information..... this is the scenario I want to work on but no ideas of digital signature trying this since 4 days on google did't find any solution... Please Help me

    Thanks and Regards Meetu Choudhary http://www.msdotnetmentor.com/

    Web Development csharp database help html asp-net
  • Login

  • Don't have an account? Register

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