User Profile

Collapse

Profile Sidebar

Collapse
PrakashN
PrakashN
Last Activity: Mar 3 '09, 01:16 PM
Joined: Sep 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • PrakashN
    replied to Rich Textbox in ASP.NET 2.0
    Hi,
    Here is the one of third party free text box.
    Click Here
    See more | Go to post

    Leave a comment:


  • PrakashN
    started a topic Two smtp mail account

    Two smtp mail account

    Hi,
    I used two different smtp server account for sending mails. How can i add more than one smtp section in web.config(or give any other suggestions). How to use that in code.
    Thanks
    See more | Go to post
    Last edited by Frinavale; Mar 2 '09, 02:15 PM. Reason: Moved to ASP.NET Answers from Insights

  • PrakashN
    replied to Run some code after page rendered
    Hi,
    Super!.. Thank you for your idea..
    See more | Go to post

    Leave a comment:


  • PrakashN
    started a topic Run some code after page rendered

    Run some code after page rendered

    Hi,
    I want to sent mail to bulk of email ids at page load. It makes the page load slow. Is there any way to run this code after page completely rendered to client.
    Thank you
    See more | Go to post

  • PrakashN
    replied to Div element visibility
    in .NET
    Hi adityakoppolu,
    I made visibility hidden in not ispostback. In click event i made visible the div element.. Thank you

    Prakash...
    See more | Go to post

    Leave a comment:


  • PrakashN
    started a topic Div element visibility
    in .NET

    Div element visibility

    Hi,
    By default Div element is invisible. Clicking on label it made as visible. i have textbox fields in div element.. while server side validation i want to make div element as visible.. but in postback it again made as invisible.. but it should be visible for me.. Help me..

    thanks & regards
    prakash
    See more | Go to post

  • PrakashN
    started a topic Modal Popup Extender disappearing during validation
    in .NET

    Modal Popup Extender disappearing during validation

    Hi,
    Im using modal popup extender control to login.. While validating controls in panel it gets disappear. I tried to show the panel by script "$object('Modal PopupExtenderLo gin')._show();" , but it shows error as Microsoft JScript runtime error: Object expected. Please Help me.
    See more | Go to post

  • PrakashN
    replied to Button problem
    in .NET
    Set ValidationGroup ="Validation " property on all text boxes, Validation controls and submit button. So the validation works with in group.

    Regards,
    Prakash N
    See more | Go to post

    Leave a comment:


  • The state information is invalid for this page and might be corrupted

    Hi,

    When i click on asp:button i got this error. I added EnableEventVali dation="false" Debug="true" at Page directive. Still i am getting this error. Please help me.

    Thanks in advance..

    Regards,
    Prakash N
    See more | Go to post

  • PrakashN
    started a topic Image in Grid View
    in .NET

    Image in Grid View

    Hi,
    i am using the gridview to display the image, but the path only getting visisble..
    Like this "/ShoppingGridVie w/images/1.jpg"
    What is the wrong here.. please help me..


    con.Open();
    string queryString = "Select * from Item";
    OdbcCommand com = new OdbcCommand(que ryString, con);
    OdbcDataReader DR1 = com.ExecuteRead er();
    ...
    See more | Go to post

  • PrakashN
    started a topic Using ModalPopupExtender control
    in .NET

    Using ModalPopupExtender control

    Hello experts,

    Im using ajax ModalPopupExten der control.

    <ajaxToolkit:Mo dalPopupExtende r
    ID="ModalPopupE xtender1"
    TargetControlID ="LinkButton 1"
    PopupControlID= "Panel1"
    BackgroundCssCl ass="modalBackg round"
    DropShadow="tru e"
    OkControlID="cm dOk"
    CancelControlID ="cmdCancel"...
    See more | Go to post

  • PrakashN
    replied to Formatting a Number
    Hi,
    I got the answer. Thanks for repling. I am new to stored procedure..


    Here is the simple procedure which is used to add a customerdetails

    Create procedure [dbo].[AddCustomer]
    @FName nvarchar(50),
    @LName nvarchar(30),@A dd1 nvarchar(50),
    @Add2 nvarchar(50),@C ity nvarchar(50),
    @State nvarchar(20),@P incode nvarchar(6),
    @Phone nvarchar(25),@C ountry nvarchar(20),...
    See more | Go to post

    Leave a comment:


  • PrakashN
    replied to Formatting a Number
    Hi,
    I got the answer. Thank you for ur repling. I am new to stored procedure..

    Thank you...
    See more | Go to post
    Last edited by PrakashN; Mar 11 '08, 12:20 PM. Reason: Double entry

    Leave a comment:


  • PrakashN
    replied to sql server installation problem
    Hi,
    If you are using enterprise edition means, your hardware dosen't support. Please see the software&Hardwa re Requirements sheet.

    You may download "windows installer 3.1 or later" from microsft official site.
    you need windows server 2003 with SP1.

    link for windows installer 3.1
    http://www.microsoft.c om/downloads/details.aspx?Fa milyID=889482FC-5F56-4A38-B838-DE776FD4138C&di splaylang=en...
    See more | Go to post

    Leave a comment:


  • PrakashN
    started a topic Formatting a Number

    Formatting a Number

    Hi,

    I want format a number CU00001(ie 1 to 00001)
    please help me..

    thanking you
    See more | Go to post

  • PrakashN
    replied to Error while calling stored procedure
    in .NET
    Hi,

    But still it showing the same error..
    Please help me

    Thank you
    Parakash N...
    See more | Go to post

    Leave a comment:


  • PrakashN
    started a topic Error while calling stored procedure
    in .NET

    Error while calling stored procedure

    Hi,
    While executing the com.com.Execute NonQuery() error it shows the error as

    ERROR [42000] [Microsoft][SQL Native Client][SQL Server]Procedure or Function 'AddCustomer' expects parameter '@ID', which was not supplied.

    But i am passing the parameter..
    Please help me.
    Here is the Code

    OdbcCommand com = new OdbcCommand("Ad dCustomer",conn );
    com.CommandType =...
    See more | Go to post

  • Sending Email in vb .Net 2003 with out SMPTServer or Using OutLook Express

    Hai,

    i m doing one web project in vb .Net 2003. I want to send email from my application . can any one help me how to send email without using SMTP Server , Using OutLook Express.Thaks you in advance
    See more | Go to post

  • Yes..I am using visual studio 2003.How asign property to print both side.....
    See more | Go to post

    Leave a comment:


  • PrakashN
    started a topic Printing Report Both Sides + .Net + crystall
    in .NET

    Printing Report Both Sides + .Net + crystall

    Hai,


    I m Using Vb.Net and Crystall 8.5.I can assign the PrinterName to the Report, I Want to set Printoption to print front and Back of a page .Can any one help me what property i have to set.Thank you
    See more | Go to post
No activity results to display
Show More
Working...