User Unregistration

886 byte By SarH at 2007-11-25 7:52:06
Hi,Ive used the createUserWizard to allow users and Im using the various other login controls around my site. The information goes to the default sql database aspnet.mdf and to the tables aspnet_Membership and aspnet_Users. I was wondering is there was a control or a easy way to unregister? I was th...

Compare Validator

1613 byte By Deuce at 2007-11-25 7:52:18
Hi,I am new to ASP .Net 2.0I am using the Visual Web Developer 2005 Express Edition.I am using FormShield for a CAPTCHA http://www.dotnetfreak.co.uk/blog/archive/2004/11/06/166.aspxI tried to set it to validate the textbox but it doesn't seem to work. <tr> <td colspan="1"...

Problems using .Net User Controls in web page

2296 byte By MrBobsy at 2007-11-25 7:52:49
Hi, I've developed a web application that uses .Net user controls (C#) downloaded from a Strong Named DLL using <object> tags. I deployed the test system to site, but the user controls do not appear on all IE browsers, even though they are using the same .Net 1.1 security settings.At this...

ViewState in asp.net

223 byte By itsshivaji at 2007-11-25 7:52:54
hi<br/>i cant disable my view state in my application even though i specifed enableviewstate to false.i cant find any difference when it is given with true or false.plzzzzzzz repley me if any one can help me in this regard.

login control problem

4246 byte By enginev at 2007-11-25 7:53:04
Hi to all , I am new to asp.net (c#) programming and while I was trying to find a nice tutorial of database login system I found this one: http://www.codeproject.com/useritems/logincontrol.aspI modified the example and I 've tried to run it locally to my web server.the script seemed to run ok bu...

what is debug directive for codebehind file?

683 byte By letheology at 2007-11-25 7:53:55
I have an ASP.NET project. I can turn on debugging informations in the aspx files with a page directive like <%@ Debug="true" %>If there are errors in the inline code in that aspx page, then the debugging messages help me find them. But most of the code lives in a codebehind file, which is a...

problem in creating active x control in .net

303 byte By nikhilrawat23 at 2007-11-25 7:54:23
hirecently i m facing a problem in creating active x control.i hav made one control in window liberary and embed it into web form .first time it was showing right output.but if i made any change in control.that changes were not reflecting in browser.i was getting confused so plzzzzzzzz help me out...

unable to use class from the server in the client

902 byte By shoham78 at 2007-11-25 7:54:29
I am trying to register server class so that I will be able to call a function in the server from the client using ajax.In the page load function in the server I wrote:Public class ClsProtected Sub Page_Load1(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.LoadAjax.Utility.RegisterTy...

How to deploy using FTP?

235 byte By vbnov at 2007-11-25 7:55:08
Hi Guys,<br/>So far I have been just copying and pasting my web pages through the mapped drive in my local machine. <br/>I would like to deploy my web pages using FTP. Can anyone give me pointers?<br/>Thanks in advance!

JavaScript Validation for TextBox in DataGrid

309 byte By navinkaus at 2007-11-25 7:56:28
Hi, I am using datagrid with EditCommandColumn. When I click on Modify button one of my columns come into the edit mode, now when I click on update button I want to make sure that entered value is number and greater than one of the value in other column. How can I perform this validation ?...

Multiple Delete Option

182 byte By Parameswar at 2007-11-25 7:57:38
Hello EveryBody<br/> I want to know How can make a asp.net page so that i can multiple select Products and all their Summation Price is added in Next Page that is Bill page.

How to provide reference path for a web application

238 byte By Mushq at 2007-11-25 7:59:26
Hi,<br/>How can i provide reference path for a web application, I know that there is a bin of that web app and it can also pick rerences from a GAC. but can i provide other path excluding BIN and GAC.<br/>Warm Regards,<br/>Mushq

Sort DropDownList Items

110 byte By dewoul at 2007-11-25 7:59:45
Hi all,<br/> i want to sort the items of a drop down list by text in c#! has anibody an idea?<br/>Thank's

problem with include file

3244 byte By bhuraasif at 2007-11-25 7:59:55
hello everyonein 2003 ASP.NET (C#). i created one include file(for_date.inc)code in this file are given below.this is working very fine.as i want.but the problem is that this same code i copied in another application in 2005(C#). it doesnt run.Please help me out and show me how to write inc file in...

Dynamic generate web form in ASP.NET

2566 byte By yolip at 2007-11-25 8:00:00
Hi all,I am building a asp.net (vb.net) web application, however, i found it so hard to build friendly interface. In ASP, i can just generate a form and write it to the screen easily, then retrieve the value by using request.form or request.querystring etc, but ASP.NET, I did not same thing but do...

Unauthorized Access Error

1939 byte By Scott.Macmaster at 2007-11-25 8:00:04
On my dev server all my pages work fine but on the live server they don't. Well, they all work except for the one option I have on one page. When I use it I get this error:Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the follow...

Hyperlink problem

899 byte By Martinezz at 2007-11-25 8:00:13
Hi,I try to dynamically build URL to navigate:<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl='<%# BuildURLAdding() %>' >Add new </asp:HyperLink>which uses function in my codebehind file:protected string BuildURLAdding() { return @"~/PROTECTED/Annotations/An...

stupid question

270 byte By skuanet at 2007-11-25 8:00:16
Dear all,<br/>I am very new in developing ASP application...<br/>I have 2 webForms, when I submit the first one, I want to get in the 2nd form the value I edited in a text box of the 1st weform<br/>Can you indicate me some example...?<br/>Thanks,<br/>Francesco

Commenting

608 byte By bharadwajrv at 2007-11-25 8:01:46
i know it looks it is a silly question, but really i'm struggling to comment my ASP.net codes (in HTML mode) {not the code-behind syntax)...Since it is "Runat = Server" is used, commenting using "<!-- -->" has no effect.. any idea, how to comment the ASP HTML code...Thanks in adv..Sample...

Telerik rad editor images

194 byte By pencoder at 2007-11-25 8:02:45
In my project i am using Telerik rad editor.(Asp.net with C#)<br/>main problem here is i can't view the images of the file stored in root directory.I need the help.<br/>thank you in advance

DataList error - trying to amend the table infromation...

1742 byte By bharadwajrv at 2007-11-25 8:03:17
I'm using 'User Controls' to define the 'Page header' for every webpages...In User Control - there is a DataList control to display the site-navigation-links (i.e. Home, About us, Contact us)...In 'ascx' page of the user control - <ItemTemplate> is used to...

pass parameters from a form to another

264 byte By skuanet at 2007-11-25 8:03:43
Hi all, <br/>if I need to pass a series of parameters from a web form to another, I don't want to use the metodh Response.Redirect("form2.aspx?par1=val1,par2=val2")... Is there any other way I can do it? (i.e. buffer output....)<br/>Thanks,<br/>Francesco

How to Store data in XML in Asp.net?

187 byte By MathewJose at 2007-11-25 8:05:02
Hi everybody,<br/>I have created a wizard in Asp.net .I want to store the data in an xml file,instead of using any database.<br/>How to store and display data as xml,in asp.net?

Creating a new global.asax

506 byte By bjswift at 2007-11-25 8:05:31
Hello. I have a small web site/application where i would like to use session variables as globals to hold my connection strings (so I can seperate out test server strings and production strings).I do not know how to get this created automatically, or if I manually create the file how do I let the w...

Virtual Directories with ASP.net

509 byte By supafly at 2007-11-25 8:05:47
Hi,I've been looking for a long time to find how virtual directories are used to open asp.net pages but have not found the answer. Its a method which I'm sure is used on many websites but i've yet to find how its done. Here's an example. The following URL (i assume) is a virtua...

Changing table background colour in datalist

1597 byte By bharadwajrv at 2007-11-25 8:05:55
Hi {Basically, i'm trying to achieve 'Tab' like appearance in my webpage, if you have any better way of coding this, apart from below my explanation, please suggest}how to access the 'table' control created within the 'DataList' control as i need to update theh tab...

Using COM Component in ASP.NET PAge

374 byte By sharadspooja at 2007-11-25 8:06:53
HiI am trying to insert our COM Component in the toolbox of ASP.NET page using choose items...The component is getting inserted but it is in DISABLED State. Kindly let me know how can I make it Enable. I am using vb.net for coding. If I can use our component's interface and methods thru CODE, h...

Single byte return encoding from Web Service

1767 byte By plaingray at 2007-11-25 8:07:00
Hello, I have a problem with what I believe is the return encoding in a web service made in VB.NET. In reality it's one of our customers' application that is broken but I'm able to reproduce it but not solve it.Below is a snippet of code from a simple function made in VB.NETPublic Fun...

Help for Password Recovery Control

199 byte By vivekshah at 2007-11-25 8:07:54
Hello,<br/>Please help me in Using the password recovery tool provided by asp.net 2.0.<br/>What is membership provider...?<br/>Plz help me out , it is urgent.<br/>Thnx in advance.

Ebay style search

444 byte By shuvo at 2007-11-25 8:07:56
I want to do a search like there is in Ebay.Like , I give a search for Monitor,the result shows many monitors.There result is subcategorized in the left panel tree like dell,ibm,phillips etc.then i can search for dell only by clicking that link.for an web application,what would be the smartest to wa...

how to pass interger value as...

1021 byte By bhuraasif at 2007-11-25 8:08:07
hi everyoneI want to pass integer value as width of table.the code given below is working fine,but i dont know how to put this value in HTML table coe. i tried but it doesnt workGetYes(Convert.ToInt32(lblyes.Text),Convert.ToInt32(lbltotal.Text));private int GetYes(int opt, int tot) {...

create file in the server through a webmethod

1207 byte By yolip at 2007-11-25 8:09:03
Hi, i tried to use Server.MapPath object to create a file in the server, but i got CS0120: An object reference is required for the nonstatic field, method, or property 'System.Web.UI.Page.Server.get' error. is that possible to do it in the WebMethod? What other solution i can use to output...

Data Protection

149 byte By siuddin at 2007-11-25 8:09:12
hI,<br/>I HAVE A QUERY REGARDING,SCENARIO,i.e, IF I LOST INTERNET CONNECTION<br/>I WANT TO SAVE MY DYNAMIC PAGE(asp,asp.net) DATA AT CLIENT SIDE

sign up in forms authentication

273 byte By zuhrs at 2007-11-25 8:09:21
Asp .net using c#<br/>I have developed an application with forms authentication. When i am clicking on the sign up (new user link), it is not redirecting to sign up page until and unless i am logged in once.<br/>How to get rid of this problem. Can any one help me

Slow Query Processing

1131 byte By guptamkomal at 2007-11-25 8:09:27
SELECT DISTINCT "MCOMP"."MCMP_NAME", "MLOC"."MLOC_NAME", "MDEP"."MDEP_NAME", "TDAY"."TDAY_EMPCDE", "MEMPOFF"."MEMP_NAME", "TDAY"."TDAY_SFTREPO", "TDAY"."TDAY_DATE", "TDAY"."TDAY_EXHR", "TDAY"."TDAY_SFTASSG", "MEMPOFF"."MEMP_CODE" FROM ((("krishna"."dbo"."TDAY" "TDAY" INNER JOIN "krishna"."dbo"."ME...

SqedlDataReader - no data is being displayed

1855 byte By bharadwajrv at 2007-11-25 8:09:48
Hi...SqlDataReader holds the data from MS SQL - after it is bind to DataList, Repeater web-control i'm using the same sqlDataReader object to bound to gridview control, but no data is being displayed in gridview control.. if sqldatareader object is first bind to gridview, data is shown only in...

Asp.net/XSD-XML..Plz help

679 byte By Ann_2020 at 2007-11-25 8:10:28
Hello everyone, Im new into asp.net ...I have created a questionnaire wizard in asp.net.I need to save it as xml.Im defining an XSD for that...I have a doubt in it..plz reply if anybody knows...This questionnaire is divided into different groups which contains a set of questions...Say Group1 has 10...

setting focus not working correctly on PDA

1041 byte By bjswift at 2007-11-25 8:11:26
I have a web application which has 5 text boxes, and some javascript to force the user to fill in the text boxes in order. The first three validate against the server, thus have a property of autoPostBack to true and some code behind which send a select statement to see if their entry exists.Then,...

Datasets Reports

384 byte By unspoken_words2003 at 2007-11-25 8:11:38
hi,asp.net 2.0c sharp web based applnI am working on reports in c sahrp web based application.I am new to reports so need some help.I have populated two datasets.Can i use the both datasets in a single reportits doesn't work when i use both...What can be the solution?Any help will be highly app...

Multi line header in Asp.Net

478 byte By cijai at 2007-11-25 8:12:25
Hi, Is it possible to have multiline header in a gridview so that the i should get a category view of the actual columns and i also add one more thing the actual columns should have sorting option also.Ex: I need like this-------|Employee Personal Info|-------| Id | Name | Age | -- This Column...

.NET Developer Toronto ON

3968 byte By JaimeVTRAC at 2007-11-25 8:13:21
Good day,I am looking for a .NET Guru, someone with solid experience that is in touch with new technology. The company is in Downtown TO, very employee oriented, great working environment. Contract, 6mths HIGHLY extendible. Call for rate and other details. Please e-mail your resume as a MS-WORD docu...

Print textbox value to printer

127 byte By yolip at 2007-11-25 8:13:50
Hi,<br/>I am trying to send a remark value from a text box to printer. is that possible to print directly?<br/>Thanks

Regular Expression for Regular Expression Validator or Alternate way to achive t

316 byte By santhosh.kumarmn@spi.com at 2007-11-25 8:14:32
I want the regular expression to validate the following things in RegularExpressionValidator(REV)1. Contain at least 6 alphanumeric characters. 2. NOT be all numeric 3. NOT allow the User ID to be House OR Guest Can any one suggest on this....Thanks in advance.Kumar Santhosh....

shortCut keys

184 byte By Dhanaep at 2007-11-25 8:15:45
My problem is : i have to open the web form just by giving the shortcut keys<br/>like cntl W from someother form.how to do it in asp.net?<br/>thanks in advance<br/>Dhana

want to get querystring value and check for msgbox(alert) & download prob.....

994 byte By bhuraasif at 2007-11-25 8:16:53
Hi everyone I have been working with asp.net(C#). i am passing variable to another web form like. Response.Redirect("index.aspx?ok=done&stat=logout"); it is working fine. if( ok =="done") then i want that onLoad event of index.aspx want to show Msgbox(alert).using any script language(VBScript,JavaSc...

Displaying a Calculated field in a web form

342 byte By abiodunode at 2007-11-25 8:17:53
Hello guys,I have 2 fields namely "unit price" and "quantity".I want to display the product of these 2 fields in another field called "amount" on the same form.I wish to disply the calculated value in this third field once the user tabs into it.I will appreciate urgent help...please.Thanks.Biodun...

Unable to display Custom Error page

943 byte By ZhiYi at 2007-11-25 8:18:07
I have created a custom error web page which is supposed to be displayed when the user tries to access an invalid page but instead of the custom error page appearing, the standard "Server Error in 'Error handling' application. The resource cannot be found" asp.net error page appeared inste...

Printing Infragistics data grid datas

313 byte By umashanker at 2007-11-25 8:18:19
I have a Infragisics data grid control in a web page. I want to show its contents alone in a separate page upon clicking a button. Once the new window is shown i want to print the contents of the grid in the deafult printer. How can i do this one.. Anyone please help..Advance ThanksUmashanker...

A table question

223 byte By yhw19850401 at 2007-11-25 8:19:38
hi,everyone<br/>How can I Create a temporary table:have a row (the row's evaluation have a value automatically .for example 。the first one is 1,the second is 2,the third is 3,and so on ),How can I do,please help

want Directories as thumbnails......

360 byte By bhuraasif at 2007-11-25 8:19:59
Hi everyone, I m working with Web application (C# 2005). I have one folders(Directory) in my application.it contains some sub folder(directory). i want to display these all sub folder as thumbnail view as like we have normally in explorer in our computer. Please help me, show me scriptsBest regards,...