Search

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

Matching Posts

  • Re: Regarding T-Sql query...

    Can we do this without CTE or temp table ....? By the way thanks for the solutions.
  • How do I run C# program from DOS prompt..?

    Hi All, I want to compile and run a c# (or VB) program from DOS prompt (C:\) NOT from microsoft command prompt which is provided with visual studio. Kindly tell me how do I run my program from c:\..... Thank you
    Posted to Getting Started (Forum) by kaustubhd09 on 6/3/2008
  • Regarding T-Sql query...

    Hello All, I have one column as " EmployeeName " in my table named " Employee ". Suppose the table is having 8 rows (may contain more than that) then I want to write a select query wherein I can get the data as displayed in following format: If the table contains following data:- EmployeeName abc def ghi jkl mno pqr stu vwx Then I want to display output in two columns as :- Column1 Column2 abc def ghi jkl mno pqr stu vwx Kindly help me in writing the optimised query in T-SQL.
  • File upload control not working with update panel.

    Hi, I am using a file upload control within update panel. but I am not getting the filename on server side. Is there any problem with update panel? How can I solve this issue? I am hereby attaching sample code for file upload control with update panel. < asp : ScriptManager ID ="ScriptManager1" runat ="server"> </ asp : ScriptManager > < asp : UpdatePanel ID ="UpdatePanel1" runat ="server"> < ContentTemplate > < asp : FileUpload ID
    Posted to ASP.NET AJAX UI (Forum) by kaustubhd09 on 5/9/2008
    Filed under: ASp.net 2.0 File Upload
  • Re: Validation controls not working with update panel

    Thanks for post.... It's a good link and resolved the issue....
    Posted to ASP.NET AJAX UI (Forum) by kaustubhd09 on 5/6/2008
  • Validation controls not working with update panel

    Hi, I am using update panel ajax toolkit control in which I have one table tag and table contains several textboxes along with required field validators. Initially on page load I have set the table visible = false . But I can toggle it visible = true/false on some button click event. I expect that when I make the table visible = true then required field validator should not allow me to submit the textbox values when they are empty. But surprisingly they are not validating the inputs. And if I keep
    Posted to ASP.NET AJAX UI (Forum) by kaustubhd09 on 5/5/2008
    Filed under: Update panel contains textbox
  • Re: Validation controls not working when container's visibility set to false.

    Thanks for your post.... May be it is not working because of Ajax controls like UpdatePanel. <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <table runat="server" id="Table1"> <tr> <td style="width: 100px"> </td> <td style="width: 100px"> <asp:TextBox ID="TextBox1"
    Posted to Web Forms (Forum) by kaustubhd09 on 5/4/2008
  • Validation controls not working when container's visibility set to false.

    Hi, I have 1 table tag under which I have some text boxes with required field validators. Initially on page load I have set the table visible = false . But I can toggle it visible = true/false on some button click event. I expect that when I make the table visible = true then required field validator should not allow me to submit the textbox values when they are empty. But surprisingly they are not validating the inputs. And if I keep the table tag visibly true by default (On page load) then required
    Posted to Web Forms (Forum) by kaustubhd09 on 5/4/2008
    Filed under: validation control, ajax control toolkit
  • How to get a read receipt for an email...?

    Hi all, I want to get a read receipt for an email. I'm designing an application in asp.net 2.0. If you know any 2.0 email sending code with read receipt please tell me or help me in following.... What i need to add to following code to get a read receipt for sent email...? CDO.Message mail = new CDO.Message(); CDO.ConfigurationClass iConf = new CDO.ConfigurationClass(); iConf.Fields[CDO.CdoConfiguration.cdoSendUsingMethod].Value = 1; iConf.Fields[CDO.CdoConfiguration.cdoSMTPServerPort].Value = 25;
    Posted to Getting Started (Forum) by kaustubhd09 on 12/16/2006
    Filed under: asp.net 2.0
  • Re: Web pages should be accessed with "https" only & not with "http"....?

    Hi jeff@zina.com can u plese elaborate this IIS seeting....?
    Posted to Getting Started (Forum) by kaustubhd09 on 11/9/2006
    Filed under: asp.net 2.0
Page 1 of 2 (15 items) 1 2 Next >