Browse by Tags

Related Posts

  • Re: Problem getting DataList Delete Button to fire

    Please try the below code as it works for me and I am using it on my own website Design/Source <asp:DataList ID="dlDataList" runat="server" RepeatDirection="Vertical" RepeatColumns="1" Width="100%" OnDeleteCommand="dlDataList_DeleteCommand"...
    Posted to Data Presentation Controls (Forum) by ziggyrafiq on 04-19-2009, 12:00 AM
    Filed under: .net, .Net 2.0 ASPX, .Net 2.0 DetailsView Asp.Net Edit Textbox Width Style, .Net 2.0 FormView dropdownlist, .Net 2.0 GridView Header Row Locking, .net 2.0 GridView merging problem, .NET 3.5_Datalist_highlight, .NET Framework 2.0, .NET Gridview Problems, .net2.0, 3.5, ADO.NET, ADO.NET 2.0, as.net 3.5, as.net2.0, as.netp.net 3.5, ASP.NET 2.0 DataBinding, ASP.NET 2.0 DataBinding DefaultView, asp.net 2.0 DataBinding javasript, asp.net 2.0 detailsview findcontrol template, ASP.NET 2.0 FormView ItemTemplate Disappears, ASP.NET 2.0 GridView databound, 'C#', c# .net gridview as, C# 2005, C# 2005 Gridview, C# 2005 Gridview ASP.NET session, C# T-SQL, c#.net, C#3.0, Datagrid cotrol, DataGrid Delete ObjectDataSource, ASP.NET2, ASP.NET3.5, *A newbie C# programmer*, .ASPX
  • Multilingual intranet web site support

    Hi All, I am having a requirement to develop an intranet based web application which will have multilingual support(English and chinese). I can't use google API as the application won't have any access to internet. I am ready to buy any software which i can include in my project. If anybody is...
    Posted to Localization (Forum) by singh.dharmbir on 04-16-2009, 12:00 AM
    Filed under: non-English Locale, Profile, resourcemanager web application project, resources.cs, REST, Visual Studio 2005, visual studio 2008, VS 2005 Web Application Projects, web Application Projec, Web Application Project, web Application project site, Web Application Project Profile, web Application Projects, .NET, .net 2.0, 3.5, asp.net 2.0, ASP.NET "Web Reference" "Web Application Projection" appSettings, C#, Develpment server, GAC, Global.asax, gridview, membership provider, web.config application asp.net, web.config asp.net assemblyinfo, web.config assembly reference, WebSite Vs Web Application Project, add web reference, ASP.NET web application project masterpage master page, vs2005 designer vs2008, vs2005 productivity time, aspnet_compiler
  • HOW TO setting the server object id at the client side? (Multiply objects creating in a loop)

    To show you will be easyer: This is one part of my code that throw paraser error (not a valid identefir: <asp:HyperLink ID="HyperLink< % = i.ToString() %>" runat= "server" NavigateUrl= "~/Default.aspx?full= <% = dtList.Rows[nNumOfRow][1].ToString() %> " >...
    Posted to Client Side Web Development (Forum) by SweeT EviL on 04-11-2009, 12:00 AM
    Filed under: .net, 3.5, asp 2.0, ASP 2.0 and Javascript Masterpage Splash screen, ASP .NET, asp.NET, asp.net 2.0 c#, asp.NET 3.5, ASP.NET 2.0, ASP.NET 2.0 JavaScript AJAX, ASP.NET Javascript onclick, java scripts user control $get $find, Javaavascript, javascipt asp.net, javascipt c#, javascipt embedded, Javascript Asp .Net, JavaScript Asp .Net MasterPage
  • Check Boxes in GridView Item Template

    I have a GridView in an ASP.NET 3.5 project that I use to assign certain types of email notification events for users. Essentiall I have a column that describes the notification type, and 3 other columns (Add, Update, Delete). These are used to determing if the user will received an email notification...
    Posted to Data Presentation Controls (Forum) by BrianFan on 04-02-2009, 12:00 AM
    Filed under: "Asp.net 2.0", "Asp.net 2.0", .net, .Net 2.0, .net 2.0 c#, .net framework 3.5, .nett 3.5, 3.5, ASP.NET C#, 'C#', c# in Asp, checkbox align webform asp.net, Checkbox CheckedChanged ControlState, checkbox checking detecting page webform .net c# webform, gridview form asp, Gridvieww, check box validation in a repeater, GridView DataAccess, .ASPX, gridview, checkboxes, GridView checkbox
  • JavaScript Error: Not enough storage is available to complete this operation! Can any One Solve

    Hi All. I am using JavaScript to open a modal dialog but when I click to Open the link I am getting this JavaScript error: “Not enough storage is available to complete this operation” And there are enough spaces/memory in my all drive, concern to this message. I have create just HTML page where I am...
    Posted to Client Side Web Development (Forum) by vikrant.soni on 01-30-2009, 12:00 AM
    Filed under: .net, 3.5, AJAX, AJAX ASP.NET 2.0 Javascript, Ajax ASP.NET Javascript doPostback, ASP .NET, asp.NET 3.5, ASP.NET 2.0 JavaScript AJAX, asp.net javascript button click, client, Client Script, error, ie 6, javascipt, javascript ajax, window.showModalDialog(), explorer, .aspx
  • Unable to Add/View DataSources

    For some strange reason, after 7 months on this project I am all of a sudden unable to add a new datasource to my project. In Report Viewer (Microsoft Report) I click the Create New Report link on the viewer, and then choose my connection, and then when I click Add New Datasource button, nothing happens...
    Posted to Visual Studio 2008 (Forum) by bfancett on 01-29-2009, 12:00 AM
    Filed under: Report, report designer datasource, reporting services, urgent, Visual Studio 2008, Visual Studio 2008 design view, vs 2008, VS2008 Web Sites/Applications, .NET, 2008, 3.5, C#, data source, data source configuration wizard, dot net 3.5, VS2008, source, Generate, SQL Server 2005, Viisual Studio 2008
  • passing query string and event bubbling in repeater

    I Have a Repeater control where in a column i made it as Htmltablecell runtat=server. now, i need to handle the click event of this cell by opening a popup window with a querystring containg the idntity of the cell clicked so that in the popop page load i need to show the message according to the querystring...
    Posted to Data Presentation Controls (Forum) by Jankiraj on 01-20-2009, 12:00 AM
    Filed under: <Img> javascript in asp.net, .net, .net 2.0, 3.5, asp.net 2.0 c#, Background Color, "query strings"
  • Insert data to child table

    Hi, I am using a dataset as a data source. the dataset has parent and child datatables. I need to insert data into the parent table (which contains the registered user details) and into the child datatable (which contains few services supported by the registered user), how can I insert data to the child...
    Posted to Data Access and ObjectDataSource Control (Forum) by shamilal on 01-13-2009, 12:00 AM
    Filed under: "object data source" codebehind ListView SelectedItemTemplate paging, .net, .net 2.0 c#, 3.5
  • File Upload Control in ajax modal popup extender

    I am using file Upload control in ajax modal popup extender. I upload file click on submit button popup window is closed.But file is uploaded successfully. i want file uploaded successfully then popup window not closed when i click submit button. File upload to use btnclick in Postback trigger i given...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dheena on 11-21-2008, 12:00 AM
    Filed under: visual studio 2008 toolbox disabled, Visual Studio 2008 Web Developer, Visual Studio 2008 web project custom files, .net, .net 3.5, .net framework 3.5, 2008, 3.5, ajax, ajax control toolkit visual studio 2008 operation completed, Ajax ScriptManager, ajax updatepanel, asp.net, asP.NET 3.5 linq, ASP.NET 2008 GridView Columns, asp.net configuration, AJax control extender visual studio 2008, AJAX Control Toolkit
  • Having issues installing .NET Framework 3.5. vslogs.cab included.

    http://cid-3691842434d867e5.skydrive.live.com/self.aspx/Public/vslogs.cab I have Windows XP Home Edition on my Dell Inspiron 1520 laptop. I'm having issues installing Framework. From the logs I think it has to do with when it tries to install 3.0a. And when I try to install 3.0a separately, it doesn't...
    Posted to Installation and Setup (Forum) by TehSkull on 10-10-2008, 12:00 AM
    Filed under: .net 3.5, .NET 3.5 Installation Problems, .net 3.5 service pack 1, .net 3.5 sp1, 3.5 Framework, win xp, .Net, 3.5
Page 1 of 4 (31 items) 1 2 3 4 Next >