13,936 Topics
![]() | |
Just want to ask question, what is the difference using server.mappath and report.load, in creating datasets for Crystal Reports? When I use server.mappath and then setting the DataSource for my Dataset, I always end up getting an error in report --> "Load Report Failed", The system cannot find the file … | |
Membership method needed in order to delete the user according to his provideruserkey. There are two overloads for the membership.deleteuser method but none of them accepts object provideruserkey as a parameter thanks | |
where does website administration tool keep the access rule information? I have searched the membership tables but couldnt find any related info. Thanks | |
Hi Friends , I am creating a web application using asp.net and SQL Server 2005 . I need to document the same. Please send me the short list of installation steps for microsoft visual studio .net 2005, till running it on the iis. For instance we need to create a … | |
m using Asp.Net 2005 and i wud like to close my application when i click button . i gave Response.close()......and end() but its not coming .. when i give Response.end() then i m getting this error [XML Parsing Error: no element found Location: [url]http://localhost:2366/hlpdsk/just1.aspx[/url] Line Number 1, Column 1:] finally … | |
Hi, I have a client whose ASP.NET website intermittently doesn't display aspx pages. When the pages don't display they get a [CODE]"The type 'Global' is defined in an assembly that is not referenced..."[/CODE] error message. They've spoken to their web host who says that the problem is fixed and then … | |
Hi, I have created one form and in that form i took textbox control, button and iframe control suppose i enter some text in text box control and these text i want to pass in iframe control through response.redirect it's like google map [url]http://maps.google.com/[/url] e.g. i enter maharashtra in text … | |
I am new to asp and visual studio, and am going through a tutorial. One of the things it tells me is to select something from the "block format drop down list which is above the toolbox" I can't seem to find it? | |
hai i have used adrotator in top of the page and left i have link buttons which is in panel . Then right i have iframe..tat iframe shows the page which is clicked by link button. but my adrotator picture is not changing.but when i refresh the page its changed.. … | |
hi all i need a row index of current record in a data reader. but i dont want to use variable and looping for it. Is this possible...!!! | |
I am completely new to asp.net. I just started to learn. I created a .html file which I then changed to .aspx. After I changed it to .aspx I can't open it through my internet explorer, what can be the problem. | |
I'm having trouble getting a submission form to work. The end result now is that it will submit, but the submission never reaches my e-mail. Please tell me what I'm missing from the following code. [code]<form method="post" action="mailto:phoenixsociety3806@yahoo.com"> <td align="left" valign="top" style="font-weight:bold;">YOUR NEONAME</td> <td valign="middle" style="font-weight:bold;"><input type="text" size="30" maxlength="60" name="YOUR … | |
I want to be able to put two hyperlinks into a single gridview cell such as: hyperlink1 | hyperlink2 How do I accomplish this task? Thanks in advance for any and all assistance. Edit/Delete Message | |
I have installed eclipse and I need to learn JSP as quickly as possible.. I think firstly I need to install JSP plugin for eclipse but I could not find it. Do you have any suggestion for plugins? The syntax of jsp is similar to php or asp.net? or anything … | |
I run a fairly large website for my company, and 3 times per day we scan google's RSS feeds for relevant content for our site. This past Friday, we were detected as a bot (surprisingly, first time in 6 months) and prompted to enter special characters to identify ourselves as … | |
hi i got a problem regarding inserting value into database. i have 2 labels and one textbox.. but in database only one cell is there to store these three values.please let me know the solution for this.. thanks .... | |
[ATTACH]5558[/ATTACH] I am a beginner with asp.net. I want to make a menu towards the left with content area towards the right. Just simple clicking link in the left frame and displaying data in the right frame.. only that I don't want to use frames and I'd like the menu … | |
I have an aspx page, which retrieves data from a table, I have Update, Delete, Cancel buttons. Update works, Cancel works, but Delete does not work, I get error: Must declare the scalar variable "@UID". My code looks like this: [code=vb] <asp:SqlDataSource ID="sdsDetail" runat="server" ConnectionString="<%$ ConnectionStrings:myConnectionString%>" DeleteCommand="DELETE FROM [table] WHERE … | |
Hi, I am a BSc.(Hons) students and i have to make a project with asp.net. I wonder which AI project can be developed easier with asp.net ??? can u tell me some .... Thank you. | |
Hi, all! I came across a very strange problem when I used the sample code from the msdn artcile abot ScriptReference class. I'm building my projects with VS Team System 2008 and the OS is Windows Server 2008 Datacenter x64. The solution I created is as follows: - The web … | |
I'm using Visual Studio and I'm learning ASP.net, to learn I'm following the VWD Videos available on the Microsoft website. I watched one of the videos and the guy used a Global.asax file, I followed exactly as I did but at the top of the file where the [icode]<%@ Application … | |
Hi, I have deployed a website. I am able to access the webpages from the server using local host and machine name but when i try to access the web page from the client machine i am getting "page cannot be displayed" error" I have given full access to all … | |
Hi All I need to add mouseover event on hyperlink which is in a gridview. What actually I need is displaying names of states in a gridview as hyperlink and when I take mouse over any state, it should navigate to a new page taking that stateid as querystring, So … | |
how to use javascript alert in [U]C# web forms[/U]? im using this: [CODE]Button.attributes.Add("onClick","javascript:alert('data saved successfully')");[/CODE] but its not working. i searched for it on internet but im getting tutorials etc for windows forms. | |
Way back in the Primeval times...when I installed .NET Framework 1.1 (36mb) then .NET Framework 2.0 service pack (186mb) and recently 3.0 service pack (245mb) What I'm wondering about is the two earlier .NET Frameworks that still appear to be installed in my Add/Remove program. Can I uninstall those 2 … | |
well, tried using multiview.activeindex, does not work, tried using control.visible, does not work, here is my problem: I have a dropdownlist with 4 items, by selecting a value, it should show me 4 different controls: selected index 1: listbox1 - binds data to field A in table 1, but list … | |
[COLOR="Green"]Hello frnds, I m facing a problem while uploading file to my server. i have created one page to my local iis server n tried to upload some picture to specified directory, thats working fine but when i m uploading these code along with folder to my server i am … | |
I get the following message when trying to run my application: Server Error in '/' Application Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely ... Yet, I can access … | |
i need some advice.. I am doing a login function, which the login page (which contains session) was in aspx. After successfully login, the user will be redirected to a html page (which i want to retrieve session from the login page). After the session expires, the user will be … | |
Hi guys, i am new to asp.net and i may raise many questions in the coming months hope you guys can give me a hand And here is my question at this moment. i have built a content page in advance, without declared as select the master page. now i … | |
I have a multiview inside a form view. The multiview active index is based on a dropdownlist selection, I found out that I need to put this line somewhere: [code=vb] <script runat="server"> Protected Sub DropDownList1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) MultiView2.ActiveViewIndex = DropDownList1.SelectedValue End Sub </script> [/code] My … | |
Hi all, I would like to open a file in Local drive using Asp.net, And I have written the following code in user control which could open the file, Response.AddHeader("Content-Disposition", "attachment; filename=" & strFilename) Response.WriteFile("C:\\open\\" & strFilename) Response.Flush() Response.Close() The above code working fine in .Net 2005, In SharePoint also … | |
hi every one, i need some helpe on asp.net with c# components , i have some text boxs and labels i need to reset the textbos and labels' text to be empty when i click explorer back button i need to rest them to empty and when i click refresh … | |
Hi, I am developing one online store site.I want to place all the orders through mail.I know the basic mail concepts its working good.But here , I have one orderid that contains many items Like below ID Orderid itemcode itemimage Qty username date 34 OrderID-00017 E102 E102.JPG 1 nandhini 19/03/2008 … | |
is there any methods to read the cookie created from web.config? As the web.config allows you to set the cookie name.. i tried to read the cookie in html by using JavaScript. It can't be read... when i keyed in the URL of the html file, it doesn't send me … | |
My problem is I want to add in a value to a LABEL based on selected value in the DropDownList !! Example: tbl_abc ID [COLOR="Red"]Sequence [/COLOR] Name ----------------------------------------------- 1 [COLOR="red"] 2[/COLOR] Michael 2 [COLOR="red"] 3[/COLOR] Jenny 3 [COLOR="red"] 4[/COLOR] Max 4 [COLOR="red"]4[/COLOR] Max 5 [COLOR="red"] 2[/COLOR] Michael 6 [COLOR="red"] 4[/COLOR] … | |
Hi all...... Here is my requirement. I am clear with my logic. But i am blocked at Code. How can i get this... Here is the example... I need to produce a Score card. Where i need to calculate score of a dealer as per Question category and the Customers … | |
Hi, I'm trying to find a way to create a CheckListBox for ASP classic. I've been using ASP.Net before and this control is already included. I'm kind of struggling with ASP classic but it's part of work so :'( ... Anyways if there is no definite control for CheckListBox for … | |
I was wondering, I am doing my best to eliminate a lot of Database queries that are unneeded in order to increase performance. However, this is a tough task as each solution has its own drawback which I then have to compare to see which ones would be better performers, … | |
Hey there, I'm BluePaper or Aled. I'm currently a student studying A-levels (first year 6th form, and don't ask me to explain infact: [url]http://en.wikipedia.org/wiki/A-levels[/url]) of which I am studying Maths, Physics, Chemistry and Computing. My interests lie in a variety of computer based things and I've dabbled a bit in … | |
HI ... I need an idea for developing project in asp.net . W r team of 4 people want to develope some appliction in asp.net . So plz suggest me some idea . We don't bother about size of project...So plzzzzzzzzzz help........... | |
I need to write each row of a daset to a separate xml file, which will be named based upon the ID of the current row. I am very new to XML, as I have never believed in it, which meant it was crap. Anyway, I am trying to merge … | |
I have a problem on making user login, because I am not able to set up the roles and users in my Asp.net configurations. When I choose security I get this message "[COLOR="Red"]Unable to connect to SQL Server database.[/COLOR] " and when I try to choose a provider and select … | |
Hi All, how to pass server side (ASP.NEt 2.0 with C#.NET 2.0) array variable to another page's client script or How to access one server side web form's array variable in another web form's client script (javascript)? Thanks in advance. Raju | |
hi, i want to deploy an asp.net 2005 application . i am not able to any of the options as we get in asp.net2003. please help me to slove this problem thank you | |
[COLOR="Red"][/COLOR]I'm having a problem to inserting date/time in my database.. In my database have ONE column that consists of DATE and TIME I want use separate dropdownlist for the [COLOR="Red"]HOUR[/COLOR], [COLOR="Red"]MINUTE[/COLOR], [COLOR="Red"]SECOND[/COLOR] and I want to bind it & insert it to a 1 column in database.. I need to … | |
I am developing a website that contains workflow. It has a workflow that contains a listener activity and 2 external event handlers. As you know when the workflow waits for an external event it get persisted. Normal,right. Well, when I click on a button and raise an event, the event … | |
Hi - In Visual Studio 2005, when one drew a table, the cell height was "auto" and if it didn't contain anything, it wouldn't show. One could then manually set a cell height if one was so inclined. It seems in Visual Studio 2008 all of the cells have a … | |
I deployed an online quiz in my site using Access as my database. The question is randomly selected from the database one at a time so that multiple users using the application at the same time will receive a different question. The users answer is also stored in the same … | |
Hi can we sent a mail which will be auto deleted from the receivers a/c after particular time period? Just for example a company searching for an employee of particular criteria is sent a mail to a candidate. If till 30 days he not replayed. then the company need not … |
The End.