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...
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"...
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...
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.
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...
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...
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...
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...
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!
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 ?...
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.
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
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
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...
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...
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...
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...
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
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...
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
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...
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
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?
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...
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...
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...
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...
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...
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.
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...
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) {...
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...
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
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
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...
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...
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...
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,...
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...
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...
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...
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
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....
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
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...
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...
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...
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...
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
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,...