13,153 Topics

Member Avatar for
Member Avatar for ritu verma

[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 …

Member Avatar for sknake
0
72
Member Avatar for jaadu
Member Avatar for sakhi kul

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

Member Avatar for sknake
0
93
Member Avatar for megha.jain08

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. …

Member Avatar for sknake
0
92
Member Avatar for sakhi kul

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 …

Member Avatar for sakhi kul
0
84
Member Avatar for sandeep_1987

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 { …

Member Avatar for carobee
0
139
Member Avatar for NorthDakota

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 …

Member Avatar for TomW
0
158
Member Avatar for cavpollo

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) …

Member Avatar for sknake
0
104
Member Avatar for sonia sardana

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!

Member Avatar for hericles
0
91
Member Avatar for rock9449

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 …

Member Avatar for hericles
0
94
Member Avatar for inquisitor77

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 …

0
78
Member Avatar for Kshitij_fanatic

[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" …

-1
51
Member Avatar for mania_comp

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

0
65
Member Avatar for q8_dreamy

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 …

0
68
Member Avatar for SID.SIL

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 …

Member Avatar for Kusno
0
100
Member Avatar for ritu verma

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?

Member Avatar for Kusno
0
103
Member Avatar for SID.SIL

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> …

Member Avatar for Kusno
0
299
Member Avatar for sakhi kul

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..?

Member Avatar for majestic0110
0
95
Member Avatar for elidotnet

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) …

Member Avatar for elidotnet
0
124
Member Avatar for devkhsf

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 …

Member Avatar for elidotnet
0
183
Member Avatar for diya0076

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 …

Member Avatar for serkan sendur
0
551
Member Avatar for sandeep_1987

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 …

Member Avatar for sandeep_1987
0
192
Member Avatar for MikeGore

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 …

Member Avatar for MikeGore
0
97
Member Avatar for marangajared

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 …

0
49
Member Avatar for MikeGore

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

Member Avatar for Ramesh S
0
96
Member Avatar for mansi sharma

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, …

Member Avatar for Ramesh S
0
104
Member Avatar for SID.SIL

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 …

Member Avatar for Ramesh S
0
62
Member Avatar for elidotnet

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 …

Member Avatar for serkan sendur
0
268
Member Avatar for RimBamBoom

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

Member Avatar for sknake
0
142
Member Avatar for sakhi kul

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?

0
66

The End.