473,544 Members | 1,915 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET Forum

2
1,501
thread by: Ashish Shridharan | last post Nov 17 '05 by: Alvin Bruney
Hi All I have been tryign to figure out the scope of a module as shown declared below in a web environment. My Questions are Is this module shared across multiple instances of the application ?? What about variables declared in global scope of this
2
1,186
thread by: Brian Henry | last post Nov 17 '05 by: MS Newsgroups
Does anyone know how to send an email to an internal exchange server (internal email only, how you can send email to a username in active directory in exchange with out a domain (@domain.com) after it..) from vb.net with out useing smtp? because some exchange servers actually dont use SMTP because they are internal only... if you know what I...
2
1,719
thread by: William Mild | last post Nov 17 '05 by: William Mild
When I databind a value/text combination from an sqldatareader to a dropdownlist, the trailing spaces are getting included in the dropdownlist. I can RTRIM from within the SQL to fix this problem, but I am wondering if there is a more elegant solution to trim all the text/value combinations in a dropdownlist.
2
1,700
thread by: Jim Meisterich | last post Nov 17 '05 by: Kevin Spencer
I am trying to move an application that i created to my isp. My application runs on my local machine. Howerever I am gettting a null reference point to an application variable I created. In my default.aspx page I have the following line in my page load event TextBox1.Text = Application.ToString(); This triggers the Object reference...
2
2,181
thread by: iforsyth | last post Nov 17 '05 by: zPaul
I'm doing a query against a database table and outputting to Excel via Response.ContentEncoding and Response.ContentType. Something like the code below where dg is a DataGrid control. Response.Clear() Response.ContentType = "application/vnd.ms-excel" Response.ContentEncoding = System.Text.Encoding.UTF8 dg.DataSource = objDR dg.DataBind()
2
1,533
thread by: John A Grandy | last post Nov 17 '05 by: Victor Garcia Aprea [MVP]
for the code-behind a WebForm, it's easy to use ASP.NET session state -- just refer to the built-in Session object ... but how to write code elsewhere that utilizes this same object ? within a WebForm, Session is an instance of the class System.Web.SessionState.HTTPSessionState .... but how to refer to this same object outside of a...
2
5,656
thread by: Manish | last post Nov 17 '05 by: Manish
Hey folks I am having a weird problem in ASP .Net. My page is in C#. I have a datagrid, which populates based on selection in drop down box on ASP page. This datagrid has template textbox colum in itemtemplate. Datagrid is something like this- Category Week Amt Week% Button Revenue 1 100 Update Revenue 2 200 ...
2
1,270
thread by: Srini | last post Nov 17 '05 by: SF
Hi everybody , A Couple of weeks back I had asked some practicle scenarios for using the sigleton pattern. Most people use the singleton pattern for storing configuration related data . Would this not make it difficult to update the cofig data as the webserver would have to be restarted if there is a change in the config file. Regards,
2
1,011
thread by: ravikiran | last post Nov 17 '05 by: AdamM
Hi, I want to send FAX from an ASPX page.Can I use FAX sErvice of Windows 2000 or Should I go to 3rd Party web service or component. Please suggest... Regards, RaviKiran
2
2,615
thread by: damonf | last post Nov 17 '05 by: damonf
I'm currently trying to add an ASP hyperlink to a template column in a datagrid. The normal hyperlink column doesn't give me the ability to add attributes to the item. In my grid there are four columns. Three are databound to a dataset and one is a template column. I need to be able to access each item in the template column (getting...
2
915
thread by: DeanLeaster | last post Nov 17 '05 by: Dean M
Hi Friends I am developing Healthcare Application.I need to implement webservices in my application.So can anyone help me?? Plz..I need to give demo to my client..
2
4,064
thread by: Ash | last post Nov 17 '05 by: Ash
Hi all, I have a C# web application which calls a number of stored procedures. I wish to step into the stored procedures while debugging i.e "Mix-mode debugging": I have completed the following steps: Configured DCOM Connected to database via Server Manager (I can see the SQL server and the stored procedure)
2
1,092
thread by: René de Leeuw | last post Nov 17 '05 by: René de Leeuw
Hi, Can someone provide me with code how to send a string (@name) to the test table. And how to read the result column wich contains the just generated testid value from the test table. Here details of the table and the stored procedure. Thanks in advance. Regards René. CREATE TABLE (
2
307
thread by: H Branyan | last post Nov 17 '05 by: H Branyan
In the Application_OnStart event in global.asax, my code calls an AlertService which creates a System.Timers.Timer() object. So this service doesn't actually run in conjunction with a specific aspx page, apparently. When the timer's Elapsed event handler fires, it calls some other classes I have written. These classes output some Trace...
2
1,054
thread by: John | last post Nov 17 '05 by: John
HI, I have a stupid beginners-question: How can I call a Link into another Frame (not response.redirect) in a Button_click event? I know, I need a target and stuff, but how do I CALL the Link? PLEASE?????
2
1,229
thread by: Martin | last post Nov 17 '05 by: SF
Does somebody know, if theres a way, to compress an ASP.NET Page before its sent to the client? e.g. remove all formatting characters I want to get my pages as small as possible.
2
1,100
thread by: uni | last post Nov 17 '05 by: uni
Hi, Why the IIS is down intermittently, and when I restart it,there is an error showing "the address already in use". Are they related and Why is that? This is the live IIS server 5.0 with asp.net application running. Any help is appreciated! uni
2
2,043
thread by: VB Programmer | last post Nov 17 '05 by: VB Programmer
I created a page which I am using to prevent the user from hitting the BACK button. I'll call it my "Auto Jump" page. When it is called it basically auto-redirects to a page specified in the QueryString. (We'll call the page it goes to the "destination page".) If the user hits BACK on the destination page it should goto the "Auto Jump" page...
2
1,098
thread by: Lewis Edward Moten III | last post Nov 17 '05 by: Jacob Yang [MSFT]
I am having an odd problem. Every time I make a change to web.config file on my test servers website, the site restarts. That part is normal. However, the first page that I hit is missing part of its HTML code at the top of the page. I have found that a small portion of the header html is missing (roughly 345 bytes). My login page only...
2
1,196
thread by: Undecided | last post Nov 17 '05 by: Undecided
I need to do this. I have a business control that's when dropped on a form has to create all the gui components that it needs. These will be created at design time and their properties will be pre-set with values that the application developer can then change if they need to. Can you point me to source of information of this can be done? The...
2
1,307
thread by: Robert Jackson | last post Nov 17 '05 by:
Hi, I'm creating an asp.net page that uplogin creates a cookie and then redirects them to a second page that reads the cookie. It's works on some computers and others it doesn't. I know the machine that it isn't working on is accepting cookies. My code is: response.cookies("EID")("Clinic") = ClinicName (ClinicName is a string)...
2
255
IIS
thread by: Sunil | last post Nov 17 '05 by: Sunil
I downloaded .net 1.1 framework(108mb) file. i could not see aspx,ascx, etc. in iis being handled by isapi application. Where can i find the asp.net,ado.net frameworks. appreciate any help. Thanks
2
1,055
thread by: Mark Watkins | last post Nov 17 '05 by: Brian Henry
Anyone know how to connect to a MySQL database in ASP? Could someone point me to sample code. I don't need extras to makes this work, correct?
2
993
thread by: paul | last post Nov 17 '05 by: Jacob Yang [MSFT]
I'm having a weird problem now on a machine when I'm working on a project from a web server and when I rebuild that solution the coding changes do not take affect. Any changes to the .ASPX file work fine it's the changes to the .cs files that are not having any affect. I can go to another machine and refresh the project and rebuild and...
2
2,218
thread by: Scott | last post Nov 17 '05 by: Michael Pearson
Is it possible in ASP.NET to determine the page width in pixels? If so how? Thanks Scott

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.