Browse by Tags

Related Posts

  • Problem uploading files onto Production server (ASP:FileUpload)

    we are actually using the following code to upload documents on to the server long size = uploadLiterature.FileContent.Length; if (size > 3145728) { hdnFileName.Value = "Exception Caught" ; } else { if (! Directory .Exists(directoryName)) { Directory .CreateDirectory(directoryName); } uploadLiterature...
    Posted to Web Forms (Forum) by bhargava on 08-30-2007, 12:00 AM
    Filed under: asp.NET 2.0 C#, .net, Asp .net, asp:FileUpload, asp .net 2.0, .Net 2.0, Asp.net2.0
  • Error Msg: Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl).

    Hi, I created a site.master page and I have been using it all along my application just fine. In this master page I have a control " SiteMapSource1" and it's contained in a table so I can move it easily thru the site. It has been working but today I moved this control "drag" from...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by tatianaking on 12-12-2007, 12:00 AM
    Filed under: Asp.Net 2.0, asp.net 2.0 asp.net, asp, ASP.net 2.0 Tutorials, Asp.NET2.0, ASP.NET.NET 2.0, .Net Framework, Visual Web Developer 2005 Express, aspp.net 2.0, .net
  • How to connect to hundred's of SQL Server Instances via EntLib

    I have 300 database instances on 2 SQL server databases. Do you recommend me to use EntLib Configuration tool to create these 300 connection string in web.config ? Is there any other way I can create the database connection in the DAL layer without creating an entry in the web.config. I know the DB instance...
    Posted to Microsoft Application Blocks (Forum) by mayuresh_s on 01-03-2008, 12:00 AM
    Filed under: Enterprise Library 2.0 Introduction, "Enterprise Library 2.0", configSections, architecture, Enterprise Library, Patterns & Practices, ado.net, .NET, Enterprise Library medium trust, enterprise Library 2.0 shared hosting, Enterprise Library 3.1, asp.net2.0, asp.net 2.0
  • Interesting problem with getting OUTPUT parameters from SQL Server using C#

    I have the following SP: Create procedure dbo.example ( @test INT OUTPUT ) AS BEGIN SET @test = 5 SELECT * from Users END GO and when I try calling it from C# using an SqlCommand with adding an output parameter and getting it's value, I get that the value is NULL. (I should mention that I use ExecuteReader...
    Posted to Microsoft Application Blocks (Forum) by gilberk on 01-21-2008, 12:00 AM
    Filed under: Application Programming Issue, asp.net, sqltranaction, .NET, asp.net2.0, SqlNetFramework, asp.net 2.0
  • How to create a web browser window whitout menu? like a dialog box?

    Hi, I need a web browser window without any ekstra menu and other navigations and address field. And how to sett the window size to be fixed. User can only minimize, and close the window. This is ment to be used in an .net & aspx application. Thank's /Pepe Newbie@C# .NET
    Posted to Web Forms (Forum) by pepejose63@hotmail.com on 01-22-2008, 12:00 AM
    Filed under: client, javascript, asp.net 2.0 asp.net, Browser, Asp.NET2.0, ASP.NET.NET 2.0, .Net Framework, Master page, html 4.01, .net, asp with c#.net, .Net(Inteface)
  • Printing Error...

    Hi, I m Mohamed,,, I tried to print the webpage in Thermal Printer, but it doesnt support, so i tried in alternate way for printing. so i created the following code based on window printing, it makes me the good result. so it was working in the local server. The thing is, when the project is been hosted...
    Posted to Getting Started (Forum) by faizalaa123 on 01-29-2008, 12:00 AM
    Filed under: forum, Asp.Net 2.0, ASP.NET, asp.net 2.0 asp.net, ASP.NET Sites, C# code, Asp.NET2.0, ado.net, ASP.NET.NET 2.0, c#, Asp.Net 2.0 and MS SQL Server 2005, Microsoft.net, FormView, ASP.NET1.1, asp.net 2.0 and Javascript, .net, c# .net and sql data types, c# in Asp, FAQ Links
  • Keeping the TreeView expanded on reload.

    Hi, I am using a TreeView control withing a User Control and that user control is then called on every master page. The problem is that when the user Naviagtes to a Page the Tree View Collapse (which is logical)... but I want to know How can I keep my tree Expanded to that node which was Selected by...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by programmar on 02-01-2008, 12:00 AM
    Filed under: c#, asp.NET 2.0 C#, TreeView, User Controls, treeView ie7, TreeViewiew, .net, treeVieweeview, asp .net ... c# ... SQL, UserControl refreshing, usercontrol, URL, Asp.net2.0, User Controls in C#, asp.net2.0 using c#, asp .net 2.0
  • Problem sending values to stored procedure

    Hello The project is running succesfuly when i wrote in textbox "20". But when i wrote there a float value like "20,1" or "20.1" the gridview doesn't bind. I checked the code with breakpoint. everything is okay. But i couldn't find the problem. This is my class about...
    Posted to Data Access and ObjectDataSource Control (Forum) by murat.tufanoglu on 02-25-2008, 12:00 AM
    Filed under: asp.net 2.0, ADO.NET, ASP.NET 2.0 GridView databound, asp.net 2.0 gridview dynamic, ASP.NET 2.0 DataBinding DefaultView, .NET Gridview Problems, .net2.0, ADO.NET 2.0, C# 2005 Gridview, 'C#', c# Gridview, asp .NET 2005, "SQL Server", asp.net2.0, C#. NET 2005, asp2.0, .net
  • Re: Problem sending values to stored procedure

    when i tried to Convert.ToDouble i got this error message "Cannot implicitly convert type 'double' to 'float'. An explicit conversion exists (are you missing a cast?)" the stored procedure works fine. I tried it with 20.1 Also it doesn't matter to using 20.1 or 20,1 a.proTocusWt...
    Posted to Data Access and ObjectDataSource Control (Forum) by murat.tufanoglu on 02-26-2008, 12:00 AM
    Filed under: Database, ADO.NET, C#, databind, Asp.Net 2.0, ASP.NET, Class, .net 2.0, .net, ASP .NET 2, Parameter, asp .NET 2.0, Sql Parameters, visual studio 2005, asp.net2.0, asp.net2.0(c#), 2.0, OOP
  • how can i access both versions of namespace & funtion in Application

    I have one project in .NET 1.1 and another project is in 2.0 with same namespace and same funtion name , and I have create a new project in 2.0 now I have add that both 1.1 and 2.0 projects dll in my new project and I want one function which is wrote in both (1.1 & 2.0) application but I am not able...
    Posted to Web Forms (Forum) by vikrant.soni on 03-27-2008, 12:00 AM
    Filed under: asp.NET, ASP.NET 2.0, ASP.NET 2.0 FormView GridView Master/Detail Update, vb.net 2.0, asp.net2.0, vb.net, .net 2.0, ASP.NET 2.0 - GridView, .net
Page 1 of 2 (19 items) 1 2 Next >