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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
I

IamAmit

@IamAmit
About
Posts
76
Topics
38
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • 3 tier Architecture in asp.net
    I IamAmit

    Thanks Brij, nice articles...Will try to implement it.. Send me more related articles if you have.. :) Thanks :thumbsup:

    ASP.NET csharp asp-net architecture help

  • 3 tier Architecture in asp.net
    I IamAmit

    thanks... for your reply.. Will check the net...If u find something useful for me..please send me.. :) Thanks

    ASP.NET csharp asp-net architecture help

  • 3 tier Architecture in asp.net
    I IamAmit

    Thanks first of all. Yes. I know what is 3 tier architecture is and benefits of it over 2 tier arch. I have developed a 3 tier architecture for my apps but want to improve it with better solutions.. Let me know if you have any ideas.. :) Thanks

    ASP.NET csharp asp-net architecture help

  • 3 tier Architecture in asp.net
    I IamAmit

    Hello Friends, I want to create a 3 Tier Architecture in asp.net. This architecture should help me developing small websites..Give me your valuable suggestions..or any references, links which i can refer.. Thanks..

    ASP.NET csharp asp-net architecture help

  • Posting value from one page to another
    I IamAmit

    I tried that also..but not working :(

    ASP.NET question

  • Posting value from one page to another
    I IamAmit

    yes i have already written this code. protected void Page_Load(object sender, EventArgs e) { if(!this.IsPostBack)) { if (Session["test"] == null) { } else { Text1.Value = Convert.ToString(Session["test"]); TextBox1.Text = Convert.ToString(Session["test"]); } } } but not working..The value is assigned to the textbox but not displayed until postback occurs.

    ASP.NET question

  • Posting value from one page to another
    I IamAmit

    Thanks..I debug the code the value is getting assigned to the textbox correctly..but not displaying..may be viewstate is not refreshed. Is there any solution for this?

    ASP.NET question

  • Posting value from one page to another
    I IamAmit

    Thanks for reply.. protected void Page_Load(object sender, EventArgs e) { if (Session["test"] == null) { } else { Text1.Value = Convert.ToString(Session["test"]); TextBox1.Text = Convert.ToString(Session["test"]); } } This is how i assigned the values? is there any other way?

    ASP.NET question

  • Posting value from one page to another
    I IamAmit

    Hello friends, I want to post one value from one form to another ..I added that value to session and tried to get the session value. I got the value in another page and assigned it to textbox control. but the textbox did not display it. If i refresh the page again textbox display the value? Is there any other solution for posting value from one page to other? Thanks

    ASP.NET question

  • Access Denied to pdf
    I IamAmit

    Hello friends, I am displaying my reports in pdf format..This reports are opened in Acrobat Reader 7.0..This is working right on my pc..but on client machine it is giving error..of 'Access Denied'..Is there any setting in IIS to allow pdf file to show or it is the problem of the Acrobat REader? Help me..guys...Thank you..

    ASP.NET help windows-admin question

  • Error while importing Excel file : Error Code E_FAIL(0x80004005).
    I IamAmit

    Hello Friends, I am reading one Excel file in asp.net Application. I write code for this which is running perfectly from Visual Studio. But it is giving error on the localhost. the Error message is No error message available, result code: E_FAIL(0x80004005). What It means? and what could be the possible solution?.. Thanks...

    ASP.NET csharp asp-net visual-studio help question

  • Problems with FileUpload Inside Customized CreateUserWizard
    I IamAmit

    Thanks for the reply.. I am not using fileupload within UpdatePanel. The FileUpload is contained within WizardStep directly..

    ASP.NET question

  • Problems with FileUpload Inside Customized CreateUserWizard
    I IamAmit

    Hello friends, I am using a FileUpload Control inside Customized CreateUserwizard Control. I am accessing textboxes inside the CreateUserWizard as ((TextBox)BusinessDetWizardStep.FindControl("txtfirmsname")).Text.Trim(). I also put a fileupload inside this wizard. But while catching the file in code using this code if(((FileUpload)BusinessDetWizardStep.FindControl("fileupload1")).HasFile) { } The Fileupload control does not get any file to upload...Why this is happening? What could be the cause and solution for this? Thanks...

    ASP.NET question

  • sql server reporting services
    I IamAmit

    Hello friends, I am using Sql server 2005 reporting services. I have designed report and created datasource. Now I want to upload it to my project. But I dont know how to upload this files and where to upload ? Please help me... thanks..

    ASP.NET database sql-server sysadmin help tutorial

  • Printing in Asp.net 2.0
    I IamAmit

    Hello friends, I want to print reports in in asp.net 2.0. I am using report viewer (rdlc) to print reports. But I have to export a report in Excel or PDF to print. Is it possible to print a report directly, by pressing single button? (without exporting)

    ASP.NET csharp asp-net question

  • Printing using reportviewer
    I IamAmit

    Hello friends, I am using Report viewer for printing. when my report is displayed on the screen, I need export them to either Excel or PDF to print them. Is it possible to print the report directly (without exporting ) using only one click action..? Thanks..

    ASP.NET question

  • Add Row to Gridview
    I IamAmit

    Thanks.

    ASP.NET sysadmin tutorial question

  • Add Row to Gridview
    I IamAmit

    hello friends, I want to add New row to gridview using server code. How to do this?

    ASP.NET sysadmin tutorial question

  • Error message in Stored procedure
    I IamAmit

    Hello friends, I want to display error message if any error occurs while executing my stored procedure(for debugging purposes). How to display an error message in stored procedure (I am using sql server 2005) Thanks

    Database database sql-server sysadmin help tutorial

  • Avoid Back Button Click
    I IamAmit

    Offcourse ..It is a bit of difficult code...than just javascript code ...but We need that code..Can anyone help us?

    ASP.NET help 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