i have third party control which can solve your problem Ashish Joshi
Ashish Joshi
Posts
-
Adding control to Calendar Control -
Adding control to Calendar ControlAre you using visual studi calender control or third-party calenser control? Ashish Joshi
-
How to Navigateits 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
-
How to Navigatesuppose 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
-
How to Navigatehello 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
-
Hotmail is showing blank message.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
-
Hotmail is showing blank message.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
-
Hotmail is showing blank message.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
-
Hotmail is showing blank message.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