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

Home Posts Topics Members FAQ

ASP.NET Forum

0
1,116
thread by: Naveed Arshed | last post Nov 17 '05 by: Naveed Arshed
Hy, I need Job schedular like MSSQL server, I need this functionality on IIS. Is there any concept of threads on IIS? Thank You.
0
2,721
thread by: Vrushal | last post Nov 17 '05 by: Vrushal
Hii HOW TO: Transfer Data to an word Template by Using ASP.NET What i m trying to do is .. User will select the word Template (dot file) from the asp.net page, and when i ll click SAVE i want to transfer some data to that template and save that modified template on FTP. thnx
0
1,640
thread by: michelle | last post Nov 17 '05 by: michelle
I am experimenting with dynamically creating pages containing custom controls in response to http requests caught by an http handler, in place of writing and requesting aspx files. Specifically, I am doing the following: - mapping requests to an http handler - instantiating a class hierarchy that, retrieves data, parses the URL and performs...
0
1,785
thread by: Mik | last post Nov 17 '05 by: Mik
Hi I am struggling to make a Web site/Web Directory copy work. I am using the System.DirectoryServices to connect to my localhost machine. There I have two web sites: Mysite1 (siteno 1) and Mysite2 (siteno 2). I want to copy one directory or web app from Mysite1 to Mysite2 and I cant get it to work. Have tried alot of different ways but...
0
2,132
thread by: Tormod Hystad | last post Nov 17 '05 by: Tormod Hystad
Hi fellow bitwrestlers, I have a legacy COM component that performs realtime autentication and authorization against a credit card payment provider. They do not provide a native .Net implementation. I've read everything I've found on how/if I can best use this component in a high traffic ecommerce site built with .Net, but I haven't totally...
0
1,277
thread by: Jan Wurl | last post Nov 17 '05 by: Jan Wurl
Hey, does anybody know, if the "cookieless session" is a problem for common searchengines like Google? When reindexing, Google would alway get a "different" url caused by the sessionid. Thx for your help Jan Wurl ProSales Europe Media GmbH
0
1,106
thread by: Diego Rivero | last post Nov 17 '05 by: Diego Rivero
Hi. I'm writing a web control that inherits from "System.Windows.Forms.UserControl" and uses SSL protocol to communicate with the web server. The only way I've found to validate the server certificates is using the "CertificatePolicy" static property of the class "ServicePointManager". The problem is that to use that property my code...
0
1,319
thread by: Gildas Garcia | last post Nov 17 '05 by: Gildas Garcia
Hello ! I need to build a intranet website which will manage all materials (computers, cars, printers, ...) for all centers of my company. Actually, I know c# and have already built some applications with it, but I'm very bad in architecture design. Can somebody help me to define it ? Each material can be affected to a center, a user or...
0
1,204
thread by: gh0st54 | last post Nov 17 '05 by: gh0st54
hi I have a website (localhost namespace : "whatever") that has a secure application folder ( called secure with a namespace : "Secure") I have a class in "whatever" that is a pagebase class, so that all pages inheriting from whatever.pagebase will look the same ( template ) but the pages in secure that inherit from whatever.pagebase...
0
1,258
thread by: Richard Hatt | last post Nov 17 '05 by: Richard Hatt
I have been making modal browser windows in ASP.Net by adding onblur="javascript:self.focus()" to the <Body> tag, as this works across different browsers. However, since upgrading to VS.Net2003, this <Body> attribute stops the focus going to any textbox on the form. You can't click on a textbox and enter any data! If I remove this...
0
1,140
thread by: Mithun Verma | last post Nov 17 '05 by: Mithun Verma
Hello Everyone, My Windows Application has Crystal Reports implemented in it. I have added parameters to the Crystal Report. Also, I want to present the user with a combo box on the Crystal Report where the user is shown default values and he/she can select from it. How can I do this in Crystal Reports.Also, how should this drop down box be...
0
1,466
thread by: rodrigo guerra | last post Nov 17 '05 by: rodrigo guerra
where i can change the code formating that visual studio does in the code.... like if i type: if ( ) { .... } visual studio changes to:
0
1,069
thread by: Asfhan | last post Nov 17 '05 by: Asfhan
Hi Guys, I could not connect to IIS Web Server with VS .NET IDE. Could you find me the solution Thanks in Advance, Asfhan
0
1,600
thread by: Chetna Joshi | last post Nov 17 '05 by: Chetna Joshi
We have created a Web Application in ASP.NET using VB.NET. We have also created a Web Setup Project for installing the Web application on the target machine. I need help on creating a shortcut to the first page of the application in the target machine's program menu. I have tried using "User's Program Menu". But there is no option to open a...
0
1,842
thread by: abraham | last post Nov 17 '05 by: abraham
Hi In an .aspx codebehind file I retrieve a file from a database and write it to the response buffer, so the browser pops up a 'save file' dialog and the user can save the file to disk. The relevant part of the code (VB) that does this is listed below: Response.Buffer = True Response.Clear()
0
1,289
thread by: David Gresty | last post Nov 17 '05 by: David Gresty
I am developing a web applications that uses lots of data forms to display, input and update. During development, I have tested the code, adapters and datasets and they work great. Nearing the end of development, every dataset definition has been "Lost". The error says that the datasets are not defined. What has caused this. Prior to...
0
1,097
thread by: Vincent V | last post Nov 17 '05 by: Vincent V
hey any wan have any tips on making the layout for my webpage so i make all the sizes fixed to 800x600 or would it be better to make all the sizes Relative % another couple of questions 1.In a DDL is it possible to change the color of the Drop Down arrow 2.Can i apply OnMouseOver ect through My styles.css 3.In terms of security is it...
0
1,447
thread by: Doug | last post Nov 17 '05 by: Doug
I got this as soon as I installed Vis Studio 2003, which either requires different permissions to inetpub\wwwroot or changed them during installation. I couldn't open an existing solution or create a new one. Very frustrating. The solution (for me, anyway) was to change the permissions to the inetpub\wwwroot folder. I needed these...
0
1,080
thread by: KathyB | last post Nov 17 '05 by: KathyB
Hi, Been reading for two days posts on server and client side controls, etc., but still not clear about this... I have an xml control serving up an html xml/xsl transformation. Within that, I need to do a couple of on_click buttons (to capture system time and send it to another frame). I also need to capture a couple of user text...
0
1,090
thread by: Shoval Tomer | last post Nov 17 '05 by: Shoval Tomer
Hi, I'm trying to get data from SQL server 2000 using for xml explicit. I can get the data into an xmlreader, but I can't figure how to transform the xml using a style sheet, and then post it to a web page. All I want is for the web page to get the xml, tranform it, and disply the output - without creating text files along the way. Thanks
0
1,221
thread by: Mike John | last post Nov 17 '05 by: Mike John
Is there, any way that I can launch the send page function in the browser. The send page function in the browser launch the default mail and put the page in the body of the email. how can i make a use of that function. All I want is to launch the default mail and lets say it's outlook. ** but I want to put the current page in the body...
0
1,449
thread by: Maxim | last post Nov 17 '05 by: Maxim
I am wondering if anyone could suggest come performance improvements for processing a very large file. THe processing taking place here is on 30-50MB chunks of the file. Performance is extremely important here. + I initialise a StringBuilder object with the result of the function System.Text.Encoding.GetString to convert the byte input...
0
1,251
thread by: Paul Hatcher | last post Nov 17 '05 by: Paul Hatcher
I have a web application that is trying to locate a configuration file. Most of the time is works, but occassionally I get this exception... 1) Exception Information ********************************************* Exception Type: System.Web.HttpException ErrorCode: -2147467259
0
1,031
thread by: Robert | last post Nov 17 '05 by: Robert
Hi all, how can I add an Image to an ImageButton. The image is generated dynamically as an graphics or bitmap object! Regards Rob
0
1,343
thread by: Srinivas | last post Nov 17 '05 by: Srinivas
I am working on ASP.Net using VB.Net. I have created some web forms. I didn't find any problem in running them for the firt time. But suddently it started giving IE error on any event occured(change event or any button click). It's not a regular error and at the same time it occurs repeatedly for some time and doesn't come at all...

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.