13,153 Topics
| |
[B]1) [/B]What I should answer person on interview on question “Can User Control be stored in library?” There are 3 types of controls: 1) User Control 2) Custom Control 3) Web parts you can reuse User control in the current project in which you have built it but you can't … | |
Hi to All, I am accessing text box value and error is operator '-' cannot be applied to operands of type System.web.UI.WebControls.TextBox and int | |
whenever i click an update button to update values in a single column of a gridview, all the columnss gets updated with the same values. eg. if a 1st column of a row with s.no. 1 is updated with values watch,50.,,,rest of the columns of the rows with s.no.2,3,4,5 etc. … | |
Hi to all, I am using custom validator for validate 10 digit mobile number starts with 9. I simply put custom validator in my form & I wrote "^9[0-9]{9}$" but if i put correct mobile number then only it gives me error message. can anybody tell me what is correct … | |
I have three textboxes a GridView with three columns Roll,name & marks, I want that when the user enter data in three textboxes & click on button,then the data added to GridvIew Columns. Foll code Add the Data to database. [code] using System.Data.SqlClient; public partial class _Default : System.Web.UI.Page { … | |
Hi all :) First of all, sorry for my bad english :) Actually I'm creating a little program that should replace Vista's welcome center (that one that shows the system info's, microsoft's related links, etc..). So far I've made the "header" part of the form (see attached image) and now … | |
I got a master page with a content place holder (called: placeForButtons). In one of my forms a panel (called: uxButtonsPanel) is added as one of its controls . Later when the program is running (after it compiled what it had successfully) I try to add a button( called: uxInteractionButton0) … | |
Can somebody give me the idea of Light WIndow in ASP.Net? When i click on butoon,form appears & the current form becomes Gray.How to do dat!Can somebody tell me! | |
After clicking the label “Click Here,” a drop-down list is popped up to allow user to select the shipping state, as shown in the picture on the next page i am confused as to how to get the click here box to work and for the states drop down menu … | |
If there's anybody out there who has been part of a project that has successfully built an enterprise N-Tiered (UIL/BLL/DAL) web application let me know. I work for a small IT firm and have worked on dozens of projects over several years now. Unfortunately these projects have been a hodgepodge … | |
[code=asp.net]<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body style="text-align: center"> <form id="form1" runat="server"> <br /> <div style="background-image: url(App_Data/green2.JPG); width: 977px; height: 512px;"> </div> <br /> <br /> <br /> <br /> <asp:Panel ID="Panel1" runat="server" … | |
I want to know the process that happens from the point an HTTP request is received on a TCP/IP port up until the Page fires the On_Load event ? Thank You | |
Hiiiiiiiiiiiii Iam using modal popup extender in my application which is worked fine but it is missing one thing, I want the freezed screen below the modal to be coloured to gray??? I put in the class of modal popup in the style sheet the following: background-color: #808080; put it … | |
Hello Friends I still muddled with some things (that is with a lot of them). I have a Gridview, where the first column ia a TemplateField with a LinkButton to delete the record, the selected row. I did the same routine using the primary key with DataKeyNames, however in this … | |
Is it possible to change the panel height & width at runtime on Button click. In VB.net ,it can be easily done! How to do it ASP.Net? | |
Good Morning Friends I'm using a modal popup using Javascript that this opening normally through the following syntax: [code]jscript + = "<script language='javascript'>" jscript + = "window.showModalDialog ( 'DOCUMENTOS2.aspx','',' resizable = yes, menubar = no, scrollbars = no, width = 1850, height = 1650 ') "jscript + =" </ script> … | |
Hi All, I want to show user registration information which he fill up in registration form & he can edit it. So I use details view. but I want to hide some fields like user_id(Primary key) etc. & some fields that he can't edit. How can I manage it..? | |
Im tryin to use the visual studio 2008 "login" tools (that allow you to create user wizard, login view, password recover and so on), everything work fine (even on the internet server). my question: is there a way with that tools, beside the recognize of the user (after his login) … | |
dear all I started web developement study and I finished the following topics HTML, JavaScript, IIS, MS SQL Server 2008 Development I under stand that I still need the C# , ASP.net and ADO.net but I cann't find agood coach .so I made It selfstudy Now I am about a … | |
hello i have one [COLOR="Green"]formview[/COLOR] control n i want to retrive values from that n add save them in local variables [CODE]<asp:FormView ID="FormView1" runat="server" DataSourceID="SqlDataSource1" Style="z-index: 100; left: 210px; position: absolute; top: 173px" Width="299px" BackColor="#DEBA84" BorderColor="#DEBA84" BorderStyle="None" BorderWidth="1px" CellPadding="3" CellSpacing="2" GridLines="Both" DataKeyNames="pcode"> <ItemTemplate> pcode: <asp:Label ID="pcodeLabel" runat="server" Text='<%# Eval("pcode") %>'></asp:Label><br … | |
Currently I have two textboxes & one button, Suppose In One textbox1 i write sandeep gupta after clicking on button in textbox2 Sandeep Gupta is dere using the foll. code- [code] protected void Button1_Click(object sender, EventArgs e) { string capitalized = CultureInfo.CurrentCulture.TextInfo.ToTitleCase(TextBox1 .Text); TextInfo UsaTextInfo = new CultureInfo("en-US", false).TextInfo; TextBox2 … | |
Hi, I know the format is right, but what is my user ID and password. I get this error when I try to open the webpage on localhost: HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is … | |
I want to upload or import an excel file to the local SQL Server database. My problem is that I have an x64 computer and this connection/Provider, "Provider=Mocrosoft.jet.OLEDB.4.0;" & _ "data Source=" & Server.MapPath("ExcelImport.xls") & ";" & _"Extended Properties=Excel 8.0;" does not work simply because of OLE DB thing which … | |
Hi, I am looking for a program or an online website or whatever, that will convert my asp.net, .asp and .aspx files to html. I have searched the web but couldn't find any. I would really appreciate your help. Thanks, Mike | |
Suppose mine project is on desktop C:\Documents and Settings\Mansi\Desktop\ASPStarting & Mine XML file is in D:\Documents and Settings\Sonia\Desktop\ASPStarting\App_Data I change the ADRORATOR source code as below- <asp:AdRotator ID="AdRotator1" runat="server" AdvertisementFile ="C:\Documents and Settings\Mansi\Desktop\ASPStarting\App_Data\banner.xml /> When I execute the website,foll .error comes ERROR - 'C:\Documents and Settings\Mansi\Desktop\ASPStarting\App_Data\banner.xml' is a physical path, … | |
Hello Friends I made a routine that displays a GridView in the Status of the User, that is, if he is or not logged on ( "IsOnline"). GridView appears True / False. I would like to display a word of my liking, such as "Online" / "Away". I am using … | |
I have some web page im using ajax accordion script. my question: is there any code (or maybe code in different language or script) that will make the window not to close copletly? i mean, there is the title line after you click the arrow the window open after you … | |
how can I compile PublicKeyToken into .NET dll? I am new to VS2008 and C#, I have the need to set the PublicKeyToken, How can I do this? TIA | |
hi to All, I wanted to show alerts as per admin decide schedule & only that pages should be displayes which are comes under that schedule. how to manage this? how to check dates? |
The End.