13,153 Topics
| |
Hi, I have two XML files with different sturctures. Can I merge them into one dataset and how? Further, I want to bind them both to an editable datagrid. I am trying all sorts of options but not getting through. How can I do this? -Aditi | |
I want to create a list of hyperlink buttons, and the bulleted list should contain some images before the link. For example > how > can > i > get > this So in place of ">" i need different images, how can i do that in Silverlight? Thanks in … | |
how do I send a text file to a printer connected to the client's computer. I have a vb.net app. running currently with internet explorer only browsers. I constructed some texts based on the inputs from the user and need to (a) save it on the client file system (b) … | |
Hello, Hiii everybody, I just want to know that how to fetch the data from remote server in to our application? as we establish the connection with local database, how we can establish connection with the remote server database? i am using Asp.net , C# and Sql Server2005, please help … | |
A user have to register to the site using Her existing email address as a user name so I need to send an email to the user's email address once her registration to my site is successful can anyone provide me with a code ASAP please | |
plz help I have a datagrid with template columns created programmatically, ViewState is enabled for both page and datagrid, but in postback events of my page , datagrid loses its data , what can I do? | |
I took over a website for a family friend. The business that created the site prior used ASP to run the Orderform on the site. I am not very familiar with ASP. I was wondering if I posted the html orderform and the ASP handler, if someone could explain to … | |
Hi! I have 2 XML files with different structures. Can I 'merge' them into 2 different datasets and then bind to the datagrid? I tried doing that but it's merging all the data. Do i have a way out to exclude some of the data? I am skeptical as I … | |
I am currently working on a project where I want to allow a customer to update their details through a web interface. I am using C# codebehind. On page load I am setting the values of the textbox using the existing customers details. The idea being, the user sees the … | |
HI Apparently my .net framework has problems with starting up as every time i start up my computer and gets to the desktop screen it gives me a Unhandled Exception Error with .Net Framework I have uninstalled and reinstalled many times now, and have also installed the patches by microsoft … | |
I am new to asp.net and crystal report. I have installed visual studio professional edition 2008 in my machine. i created crystal report and i brought it in asp.net page. it works fine in my machine. i have only the business objects dlls.i have not installed crystal report i have … | |
Hi. Is there a way to change the title bar of a web form? The page is the same for the Create and Update and what I want to do is change the title bar of the page if the user wants to create or update. Help would be greatly … | |
i'm building a site with asp.net and flash header (logo + menu). I use a masterpage. is there a way to improve the .swf load speed on the page? it takes some time to appear. It's normal. I dont want to use ajax. is there a way to use cache … | |
I can't figure out how to email the password from a sql database I have a formview on my webpage can I pull it from there? or can I pull it directly on my backend code? Using C# I tried + passwordlabel + I tried using findcontrol.formview I can seem … | |
Hello people I'm new here (And new to web develepment) and hope to stay for a wile if you let me ;) I am trying to construct a WHERE clause on a grid view of a database table I have on a website I am creating in vwd 2005 express, … | |
hi, as a new comer to asp.net i want to know what are the advantages of using asp.net over say php and other technologies and what are the disadvantages. thanks | |
Good Morning Guys I have a Problem on my ASP.NET Application. I have a Web setup Project created and it used to work fine before, but now , when i try to Compile it it gives a Warning [QUOTE]"Object reference not set to an instance of an object"[/QUOTE] And when … | |
Hey Guys I have 2 DropDownList, with country and Province so I select country from the DDL provinces belong to that country should be populated to the Province DDL but instead Im get an Error with "INVALID COLUMN NAME fieldname" which is HK for Hong Kong, the following is the … | |
hi i'm trying to edit gridview rows. the grid columns are template columns. i added the commandfield buttons for update. i wrote a rowupdating event: [CODE=asp]MonthTable.Rows[e.RowIndex]["FirstEnter"] = ((TextBox)(MonthGridView.Rows[e.RowIndex].Cells[6].Controls[0])).Text;[/CODE] on runtime i get this error: Unable to cast object of type 'System.Web.UI.LiteralControl' to type 'System.Web.UI.WebControls.TextBox'. what have i done wrong ? | |
Hi, I have two web user controls 1 user control have tabs which have references of other user control like in sales tab sales user control will be loaded and marketing tab marketing user control will be loaded . Problem is I have manager on my Page and zone is … | |
hi thr.. how to refresh a particular control. I want my control to be refreshed for every 10 sec. Thanks in advance | |
hi. I'm trying to work with formview control and add edit and cancel buttons. i see the edit template from the smart tag, but how can i actually add these template ? | |
| |
I am facing strange problem. I have gridview on page with edit button (Added by setting 'allow edit' property true and also checked the check box for 'UPDATE, INSERT query' while configuring data source). Whenever I click edit button, It allows me to edit the values bt When I try … | |
I want to display the users emp_id from my database on my post page after the login? Can anyone help me out? Can I pull the variable from this select statement and pass it to the next page? my login.aspx.cs code [CODE] using System; using System.Data; using System.Configuration; using System.Collections; … | |
I have a very basic question. I am populating a datagrid from an XML file, ie. binding datagrid to XML The datagrid has 4 template columns - ID (label), Episode Name (label), Part A (checkbox), Part B (checkbox). [COLOR="Red"]What I want to do is remove the nodes "<name>" from the … | |
Hi I have made a website where it is possible to see the days program on one page, it updates itself so it is only for that day. But now I wan't to be able to insert a picture that changes position according to what time it is. For example … | |
i tried to use multiple updated panel control on a single page by setting there update mode to 'conditional' <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:Button runat="server" ID="Panel1Button" Text="Panel 1 button" /> </ContentTemplate> </asp:UpdatePanel> <asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:Button runat="server" ID="Panel2Button" Text="panel 2 button" /> </ContentTemplate> … | |
hi, I have been working with windows forms till now. want to learn about asp.net server and client side from scratch. can you guys recommend a good link or book. thanks | |
Good Morning All I have a WebSetup Project and a Installer Class. I want to accept User [QUOTE]Database, Server,Username,Password and E-mail[/QUOTE] This is what i did so far. I have created a Websetup Class installer that looks like this [CODE] namespace ClassLib { [RunInstaller(true)] public class ClassLib : Installer { … |
The End.