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

Ashish Joshi

@Ashish Joshi
About
Posts
9
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Adding control to Calendar Control
    A Ashish Joshi

    i have third party control which can solve your problem Ashish Joshi

    ASP.NET

  • Adding control to Calendar Control
    A Ashish Joshi

    Are you using visual studi calender control or third-party calenser control? Ashish Joshi

    ASP.NET

  • How to Navigate
    A Ashish Joshi

    its simplle the code write in ASPX that you write in ascx.. simple.coz ascx also have the same things in code behind as aspx. Ashish Joshi

    ASP.NET csharp tutorial question

  • How to Navigate
    A Ashish Joshi

    suppose i have one ASCX topbanner.ascx in which i have one linkbutton "career" so in topbanner.ascx i will write Private Sub LkBtnCareer_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LkBtnCareer.Click Response.Redirect("index1.aspx?action=career") End Sub now in index1.aspx on page load i will write first i make Public pageControl = New Control() then i will write If Request.Params("action") = "career" Then pageControl = LoadControl("career.ascx")//here this will the page PlaceHolder.Controls.Add(pageControl) end if Ashish Joshi

    ASP.NET csharp tutorial question

  • How to Navigate
    A Ashish Joshi

    hello rahul I think you have to use placeholder in which you have to pass a ascx object and accordding that condition you can add the specific ASCX page. Ashish Joshi

    ASP.NET csharp tutorial question

  • Hotmail is showing blank message.
    A Ashish Joshi

    well i didn't use CDO object could u send me some sample syntext to how to do? Well thnaks for your effort.. Ashish Joshi

    ASP.NET question

  • Hotmail is showing blank message.
    A Ashish Joshi

    Dear Vasudevan So do i need to set the options in Hotmail or I have to write something in my .net code and if yes then where i have to write it? is it possible to show these kind of messages in hotmail? coz when i forward message through gmail then it shows perfectly in hotmail. it don't know what is going on. please help!! Ashish Joshi

    ASP.NET question

  • Hotmail is showing blank message.
    A Ashish Joshi

    Dear Vasudevan So do i need to set the options in HTML or I have to write something in my .net code it is possible to show these kind of message in hotmail. coz when i forward message through gmail then it shows perfectly in hotmail. it don't know what is going on. please help!! Ashish Joshi

    ASP.NET question

  • Hotmail is showing blank message.
    A Ashish Joshi

    Hello. I am sending mail thorough System.web.mail and using SmtpMail.Send(mymail). now it is working perfect in other mail service such as yahoo and operamail, rediff accept hotmail. Hotmail is showing the blank message. Why hotmail is doing that? please send me the solution to show the message in hotmail. I am using VB as a codebehind language. Ashish Joshi

    ASP.NET question
  • Login

  • Don't have an account? Register

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