473,543 Members | 2,081 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET Forum

0
1,508
thread by: Juan T. Llibre | last post Nov 19 '05 by: Juan T. Llibre
Welcome to the ASP.NET FAQ. The online version of this FAQ is at http://asp.net.do/faq/ Thank you for reading this FAQ! Use it to improve your online experience. The Microsoft Public Newsgroups allow users of Microsoft products to exchange technical information and expertise. Please avoid personal attacks, slurs and profanity in your...
2
2,648
thread by: Ayoa | last post Nov 19 '05 by: Ayoa
I am working on some web based custom reports and i want to open multiple browser at the click of a button. So for example if i have 2 guids in my arraylist, i want to open 2 windows. protected void viewReport2_Click(object sender, System.EventArgs e) { ArrayList lstReports = new ArrayList();...
1
916
thread by: Adam Knight | last post Nov 19 '05 by: Eliyahu Goldin
Hi, I am asked a similar question previously, but found the response didn't really answer my question I have a datagrid which has data entry controls in its footer. What would be the best way to disable these controls. In my world i would love to simply go.
1
3,217
thread by: Siegfried Heintze | last post Nov 19 '05 by: Rakesh Rajan
I'm using a third party hosting service. I presently have a Web Service on this hosting service's server that loads and executes a native mode DLL. This demonstrates that the hosting service has given me proper access to the temporary directory c:/Windows/Microsoft.NET/Framework/V1.1.4322/Temporary ASP.NET Files/root/...." I believe it also...
1
1,021
thread by: Tim Meagher | last post Nov 19 '05 by: Rakesh Rajan
I am trying to use Forms Authentication for a web page with cookies and a session state. I'm getting a little confused about how to use both and how the timeouts work. My goal is to have a web page that uses forms authentication with login info stored in a database, but also to use some session info during the course of the application. It...
0
816
thread by: aa | last post Nov 19 '05 by: aa
I want to show my aspx page in crytal report viewer. I mean that Crytsl report viewer data source would be aspx or htm page. It is possible , if it is , how to do it. thanks.
1
320
thread by: z f | last post Nov 19 '05 by: Rakesh Rajan
Hi, In forms Authentication, if a page was redirected to a login page, and the login was successfull, but the logged in user is not included in the required roles for a directory using web.config with forms authentication, the page is redirected to the login page again, without any friendly message to the user about the reason for the login...
5
3,039
thread by: Daniel Corbett | last post Nov 19 '05 by: Steven Cheng[MSFT]
I am trying to save a file dynamically created in a webpage. I get the following headers, but cannot figure out how to save the attachment. I am basically trying to replicate what internet explorer would do in this case. The headers I am getting are: Headers {Content-Disposition: attachment; filename="dynamic_file.mdb" Connection:...
1
1,106
thread by: John | last post Nov 19 '05 by: clintonG
Hi all, Ive created a new ASP.NET web app and am trying to learn C#/VS 2005. My first hurdle is that I can't find anywhere in the IDE where I can associate a control with it's events. I need to cater for certain events of ceratin controls but can't find where I'm supposed to do this like in VB.NET. Any ideas? Regards
0
1,069
thread by: Chrysan | last post Nov 19 '05 by: Chrysan
I have create an asp.net(.aspx) page, with a PivotTable control. I noticed that, I can't reference it in my code-behind(.aspx.vb), because it doesn't has the line 'Protected WithEvents PivotTable1 As OWC10.PivotTable' as creating other controls, liked Label, Button, ... Can anybody teach me how to reference the PivotTable control in asp.net...
15
4,716
thread by: Nathan | last post Nov 19 '05 by: Steven Cheng[MSFT]
I have an aspx page with a data grid, some textboxes, and an update button. This page also has one html input element with type=file (not inside the data grid and runat=server). The update button will verify the information that has been entered and updates the data base if the data is correct. Update will throw an exception if the data is...
6
1,333
thread by: | last post Nov 19 '05 by: JIMCO Software
Hi all, can anyone recommend a good html editing control for asp.net? Kind of like the ones web email sites have on their compose page e.g. hotmail, yahoo etc. TIA!
2
1,231
thread by: Pat | last post Nov 19 '05 by: The Crow
I have a popup link below:- <a href=javascript:popup('ShowCorpFeatures.aspx?order_id=" & strID & "&p_name=" & p_ID & "','1',600,540,'no') style='text-decoration: underline;'><b>" & p_ID & "</b></a> My Quesrystring link below works well but it seems not to show the right data at :-"&p_name=" & p_ID & " i noticed if p_id has a short string...
4
1,514
thread by: Jeff Lynch | last post Nov 19 '05 by: Steven Cheng[MSFT]
I need to call a class on every web page in a site. In ASP.NET 1.1 I would call this class before the Page_Load event in each web page's code-behind file since it needs to run before the web page loads. In ASP.NET 2.0 can I do the same thing by calling the class on the MasterPage's code-behind before it's Page_Load and will this run before...
3
929
thread by: Ryan Smith | last post Nov 19 '05 by: Pat
Is there a way to limit a datagrid to say 10 records quickly and easily?
2
1,474
thread by: Fabrice | last post Nov 19 '05 by: Steve C. Orr [MVP, MCSD]
Hello, I'm looking for two products. An obscurator. A freeware or Opensource application. I'm working with vb.net. and a way to generate pdf file, with differents sources. Also a freeware. I don't know if something exist.
3
1,853
thread by: Jack Fox | last post Nov 19 '05 by: Jack Fox
While stress-testing our ASP.NET app, we discovered a flaw in our test set-up, which also reveals a flaw in our ASP.NET configuration that we do not know how to address. We simulated too many clients, making requests faster than the bandwidth on that part of the network could consume the responses. It seems that the inability of the...
0
945
thread by: ad | last post Nov 19 '05 by: ad
How can I set the page's header, footer of IE when IE in preview or print mode?
11
299
thread by: Zach | last post Nov 19 '05 by: Juan T. Llibre
With Studio .NET (using ASP IDE and C#) I have created a dll. The dll contains a form. I have a website. From that website I wish to call the form in the dll. Presumably I need a couple of script lines in an existing page of my website to call the form. I don't know how to do this and would be grateful for some help. Considering that maybe...
3
3,003
thread by: Siegfried Heintze | last post Nov 19 '05 by: Juan T. Llibre
I'm displaying information on job postings in various cities. For example, might have a dozen jobs in Atlanta GA and I decide, at run time, that I don't want to see them. How do I set my DataView to filter them out? I tried but I don't understand the DataView.FilterState member function. Can someone give me an example that works with a...
7
1,256
thread by: Alfredo Barrientos | last post Nov 19 '05 by: Alan Silver
Hi, Does anybody know a MVP in ASP.Net who could help me? Thanks, Alfredo Barrientos
5
15,005
thread by: ad | last post Nov 19 '05 by: Scott Allen
The Global.asax is code-inside with default. How to change Global.asax to code-behind?
4
1,098
thread by: asad | last post Nov 19 '05 by: Scott Allen
Hello, how ru all, I have created a user control in which my site links are created and then i added this control to all of my ASP.NET pages but there is some problem in Table adjustment in all of pages no any html table tag implemented on user control so page Table could not adjust so pls tell me what i do for get rid of this situation....
7
1,942
thread by: Martijn Saly | last post Nov 19 '05 by: Scott Allen
Hi there, I've created a master page with some controls on it, a Calendar control among others. Now depending on the date(s) selected, the content page needs to be updated. In the masterpage I've created StartDate and EndDate properties, which are basically wrappers around the SelectedDates property from the Calendar control. When I...
2
1,777
thread by: Annie | last post Nov 19 '05 by: The Crow
Hello guys, I have a template column that is bound to a database field with True and False value. So it displays True or False as per item. The code is as: <tr> <td align="left"><b>Colour Screen</b></td> <td><%# DataBinder.Eval(Container.DataItem, "ModelColour") %></td> </tr>

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.