Search

You searched for the word(s): userid:834548

Matching Posts

  • Re: Multiple Nested Repeaters

    Hei I think my code will work in your case. Do you have any specific difficulties in implementing this
    Posted to Data Presentation Controls (Forum) by skvignesh on 8/18/2009
  • Re: Using Javascript?

    Hi, The code that I gave you was javascript and not C#, so .net is expected to not understand this. In any case doing it in server side is another solution which you have got. However please note that any server side will cause a page refresh, and I am not sure if users would like to see a "You will be redirected" message after a refresh. If I were you I would try and use Javascript because its instant response. All the best
    Posted to Web Forms (Forum) by skvignesh on 3/8/2009
  • Re: Using Javascript?

    Hi, First up, is there any reason for you to use Javascript to enforce security? what would happen if someone has disabled javascript, I believe you will need to look at that aspect first. However if you have taken care of that in some other way and you are not expecting a no-javascript browser / user at all, then you can actually place this entire thing inside a <div> with an id and use javascript to hide it with a code like document.<yourdivname>.visibility = 'hidden';
    Posted to Web Forms (Forum) by skvignesh on 3/8/2009
  • Re: How to allow make menu bar and header extend all the way?

    Hi, Can you add a bit more clarity, the page link you had provided actually has a header and there is a horizontal scrollbar too, can you give an example of what you are trying to achieve, or was the page you provided the correct example. Details of what your page currently looks like and what you want to achieve might also help.
  • Re: <wbr> and alignment error

    Removing width= "40px" from the columns did the trick at my end (for IE, FF3 and Google Chrome) .... why do you need that any ways. If removing that isnt a problem please do that and remove the additional <center> tags too (they arent XHTML). I also see that <wbr/> isnt xhtml either. The perfectly XHTML solution for your problem would be (the idea for replacement of wbr is taken from http://www.matsblog.com/stories/778902/) < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1
    Posted to Client Side Web Development (Forum) by skvignesh on 1/12/2009
  • Re: doubt in application state and session state

    also its global.asax not global.ascx
    Posted to State Management (Forum) by skvignesh on 1/12/2009
  • Re: Upload a document and attach to email?

    Imports System Imports System.Data Imports System.Configuration Imports System.Collections Imports System.Web Imports System.Web.Security Imports System.Web.UI Imports System.Web.UI.WebControls Imports System.Web.UI.WebControls.WebParts Imports System.Web.UI.HtmlControls Imports System.Web.Mail Imports System.IO Public Partial Class SendEmail Inherits System.Web.UI.Page Private strPath As String Protected Sub Page_Load( ByVal sender As Object , ByVal e As EventArgs) End Sub Private Function SendMail
    Posted to Getting Started (Forum) by skvignesh on 1/12/2009
  • Re: Upload a document and attach to email?

    Simple answer: No... you cannot... the attachments property of the system.net.mail object will only take server files as valid... but you can delete them as soon as the email is sent. Complicated answer: you can actually attach the contents of a Stream... which might involve reading the contents of the file from the client side and attaching it http://msdn.microsoft.com/en-us/library/system.io.stream.aspx gives more details of streams...
    Posted to Getting Started (Forum) by skvignesh on 1/12/2009
  • Re: doubt in application state and session state

    Yes... but can I know the purpose of this specific question... This article has simple and effective instructions http://support.microsoft.com/kb/307598
    Posted to State Management (Forum) by skvignesh on 1/12/2009
  • Re: Site Navigation menu bar

    Master pages are like "Skeletons" around which you build your healthy sites... They are like a structure providing mechanism.... Take a basic class on master pages and you will certainly realise that its a boon to every asp.net developer, believe me its very simple... I believe any explanation I give for your situation might not fit as much as a basic understanding. I have tried to order the links in their order of detail and difficulty. All the best http://www.w3schools.com/aspnet/aspnet_masterpages
    Posted to Web Forms (Forum) by skvignesh on 1/9/2009
Page 1 of 46 (456 items) 1 2 3 4 5 Next > ... Last ยป
Microsoft Communities