|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Menu Control
Mark Parter -
11 Jun 2005 10:56 PM - 5 messages
I have a master page which contains a Menu control and a SiteMapPath control, both are bound to the same web.sitemap XML file. Say I have 2 pages, Page 1 and Page 2. Now Page 2 can only be accessed after selecting some information ...
Sending email from ASP.NET application.
levon -
11 Jun 2005 9:24 PM - 2 messages
I'm trying to decide on how to send email from my asp.net web application. I know that I am able to do it with System.Web.Mail with this code: private void sendEmail() ...
Web config question
Rudy -
11 Jun 2005 8:26 PM - 3 messages
Hello all! I'm using form Authintication on my web app. It works fine fo my app fine, but when I go to the second app, it doesn'y work. The second app is in a virtual directory. Now if I give permision in the web config like ...
Getting data from tables in a Word document...
Stu -
11 Jun 2005 8:23 PM - 2 messages
Hi, I am trying to extract the values from a few specific fields in a word document from VB. I have now opened the doc and can loop through all the paragraphs...but none of the tables are listed. Is there any way of getting the value from, say, the 3rd table, 2nd row, 1st ...
Media Center any good?
G Dean Blake -
11 Jun 2005 7:12 PM - 7 messages
I just bought a new laptop to be used as my dev box but it came with Windows Media Center. Does this have all of the features of xp pro such as IIS, and other things required by asp.net developers or am I going to have to Install ...
override default values in a constructor
TJS -
11 Jun 2005 7:10 PM - 5 messages
How can I override the default values, of a class constructor , from an ASP.net page ? Public Sub New( ) HeaderStyle.BackColor = ColorTranslator.FromHtml("#5C85AD") HeaderStyle.ForeColor = Color.White ...
an old geezer running visual studio for the first time
TB -
11 Jun 2005 5:49 PM - 17 messages
Hi all: If you think that the following comments are absolute amateurish, then please bear with me, or simply skip this thread. A couple of months back I made the decision to initiate a gradual upgrade of my web programming skills from Classic ASP / VBS to ASP.NET / VB.NET. ...
Server.GetLastError
hansiman -
11 Jun 2005 5:35 PM - 2 messages
In my web.config I have: <customErrors defaultRedirect="/error.aspx" mode="On"> in error.aspx I try to get the last error and do something with it: Dim ex As Exception = Server.GetLastError I get Nothing (ex = Nothing) ...
question about the "Page Controller" pattern
cmay -
11 Jun 2005 4:10 PM - 4 messages
In reading some documents from the Patterns and Practices group, I had a question about the example given for the Page Controller pattern. (I have posted the code for the BasePage below) In short, their example shows a "BasePage " class for other pages to ...
ValidationSummary
JJ_377@hotmail.com -
11 Jun 2005 1:51 PM - 2 messages
How can I control the order of items presented in the ASP.NET control, Validation Summary? I tried to set the TabIndex properties of the controls on the form in the hope that the ValidationSummary would order the items based on ...
how to get application name and path programmatically
buran -
11 Jun 2005 1:46 PM - 4 messages
Dear ASP.NET Programmers, How can I get the name of my application programmatically? Also the path of the application. For instance, if my application is named "buran" and located in c:\inetpub\wwwroot\buran directory, how can get them? Thanks in ...
Strange Datagrid Update Problem
sosh -
11 Jun 2005 11:57 AM - 3 messages
Hi, I'm having a strange problem with the update function of a datagrid: I have a datagrid, the first column lists item names from a database. Second column is an EditCommandColumn, and then I have a couple of button columns after that to deal with row deletes etc. ...
To get the total no[count] of rows in a daatable with rowstate deleted
thomson -
11 Jun 2005 11:51 AM - 2 messages
Hi all, i need to get the total count of rows in a datatable with rowstate deleted. Thanks in advance thomson ...
by any chance can you...
rodchar -
11 Jun 2005 6:44 AM - 2 messages
hey all, i was wondering if you can add blank text and a non-blank value when i hard-code the values into a drop-down list in the designer (you know when you press the ellipses next to collections)? ...
Global Variables!q
Child X -
11 Jun 2005 5:57 AM - 3 messages
Hi all, I am still new to .net. Coming from an asp classic background. Using classic asp, i would use a include file to contain global variables contained through out a site. These would normally be file system paths and ...
SqlParameters SqlDbType.Char in VB Question
Patrick Olurotimi Ige -
11 Jun 2005 4:40 AM - 11 messages
I have a checkbox and i want to input Char "Y" or "N" to the Table In C# we could use for example :- ptrTest.Value = chkYN.Checked ? "Y" : "N"; Whats the equivalent in VB.NET? *** Sent via Developersdex [link] *** ...
interesting fact about date.
Kenny M. -
11 Jun 2005 1:35 AM - 3 messages
hi I have not seen anything yet that can help me with this. All the time my page is loaded I need to show inside a TextBoxt the first day of the month: If the page is being loaded this month the textboxt should have ...
how do i add to my dropdownlist
rodchar -
11 Jun 2005 12:13 AM - 2 messages
hey all, i have 2 fields that have delimited values in them. field1=1,2,3 field2=N1,N2,N3 what is the easiest way to get these into my dropdownlist where dropdownlist.datavalue = field 1 dropdownlist.textvalue = field 2 ...
DataGrid Runtime DropDown - ViewState Issue
Steve Pierce -
10 Jun 2005 11:05 PM - 3 messages
I am having some issues with a runtime dropdownlist in a datagrid. The issue is that I cannot get ViewState to fill the selected index of a runtime dropdown properly on postback. I do not want to use template columns as they ...
Reading values from a Word document...
Stu -
10 Jun 2005 10:15 PM - 3 messages
Hi, I have a web app that needs to receive freight booking in MS Word format. There are a number of tables in the docs that contain the relevant data (origin/destination etc.). Can someone please point me in the right direction for the most reliable way ...
Evaluation Application
Gabriel Giraldo -
10 Jun 2005 9:30 PM - 7 messages
Hello, I'm developing a web application intended to test students on several subjects. This tests and their questions are stored properly on a database. I need to have a time limit either for each question or for the entire test. ...
How to get network user name with FORMS authentication
Don -
10 Jun 2005 9:05 PM - 4 messages
I'm using FROMS authentication and want to automate the login. Right now I force the user to manually log in. I would like to detect the users network userName and if they have an account I will automatically log them in. If they don't they wil be taken to the ...
Getting more detailed errors
darrel -
10 Jun 2005 8:24 PM - 3 messages
I have a question below about an error I am getting: Exception has been thrown by the target of an invocation. Is there anyway to get asp.net to give me more details than the above? My catch statement is as such: ...
DropDown First Item
Paperback Writer -
10 Jun 2005 8:23 PM - 2 messages
Hi, i have this code cboHoraIni.DataValueField = "COD_HORARIO"; cboHoraIni.DataTextField = "DSC_HORARIO"; cboHoraIni.DataSource = objAgenda.SEL_HORARIO(); //thats a ICollection method cboHoraIni.DataBind(); cboHoraIni.Items.Add("--Selecione um horário--"); cboHoraIni.Items[cboHoraIni.Items.Count-1].Selected=true; But i want the item that i added manually as the first item, before the binded! ...
Access ASP session from ASPX
js -
10 Jun 2005 8:02 PM - 3 messages
My application is a mixed of ASP and ASPX pages. There are Session variables created by some of the ASP pages. I need to access those in ASPX pages. Does anyone know how? Or is it possible? ...
Two DropDownLists getting crossed
Jay -
10 Jun 2005 7:27 PM - 3 messages
I'm having a weird problem in ASP.NET 1.1. I have two DropDownLists in a form. Both lists are build identically but separately. Somehow the DropDownLists are getting crossed in memory, because when I set the SelectedValue for the second list, the first list's SelectedValue ...
Urgent: Outofmemoryexception.
Mahesh D. Rane -
10 Jun 2005 7:16 PM - 2 messages
Whenever our application starts it consumes 40 MB memory (this reading are from Task manager of aspnet_wp.exe) this keeps on growing. At very fast rate. Every page hit increases the memory by 1 to 2 MB. ...
How to hide aspx from URL in address bar
strout -
10 Jun 2005 7:07 PM - 3 messages
How can I display a url like [link] as [link] or [link] ...
validating
Shahid Juma -
10 Jun 2005 7:01 PM - 3 messages
Hi, I am reading an XML file and creating a form (ie. putting text fields/radio buttons, etc.). I would like to validate the Text Fields but the RequiredValidator requires me to specify the name of the field. My text fields are ...
Is there server control that you load with HTML from a URL
n_o_s_p_a__m -
10 Jun 2005 6:49 PM - 5 messages
I am wondering if there is a server control, something like a lieteral control, that you can load its content (html) at runtime by specifying a URL, so that the literal's text property is URL-loaded? For example (something like): ...
Code-Behind Pain in the Behind!
Daniel Manes -
10 Jun 2005 6:22 PM - 12 messages
Okay, here are the facts ma'am (or mister): 1. I have a user control called "Header" and a main page called "ReportMatch". 2. I've written "code-behinds" for both the user control and the main page. 3. This means four files: Ladder.ascx, Ladder.ascx.vb, ...
Best way to disable a site?
VB Programmer -
10 Jun 2005 5:26 PM - 10 messages
I have a 50 page site. How can I temporarily redirect everything to a page that says "This Website Is Currently Down"? Thanks. ...
Server.MapPath from a vb class
MattB -
10 Jun 2005 5:25 PM - 5 messages
I've used this a bit from codebehind with no problems, but now I'm having some issues when I try to use it from a vb class in my application. Looking in help, it looks like I need to do something like this: ...
debug from another machine
Eagle -
10 Jun 2005 5:19 PM - 3 messages
I created a project that runs fine on my local machine, using http://localhost etc. I copied the program up to another web server and am getting errors -- sometimes. How do I run my program in debug mode so that it runs on my machine but ...
Trying to wire up dropdownlist in datagrid
Andy Sutorius via DotNetMonster.com -
10 Jun 2005 5:17 PM - 2 messages
Hi, I am trying to wire up the dropdownlist in a datagrid and use the onselectedindexchanged event however I am getting an "Object reference not set to an instance of an object" error when I try to load the page. Do you ...
Debugging Problems
josef -
10 Jun 2005 5:16 PM - 3 messages
I am having trouble debugging with Visual Studio.NET 2003 and Framework 1.1. I cannot press F5 and have the web project start with the debugger, I get "Unable to start debugging on the web server. Could not start ASP.NET or ATL Server debugging". So, instead I have to manually ...
Firefox Validation Issue - not the standard document.[all] problem!
andersoj -
10 Jun 2005 4:39 PM - 5 messages
I have a page that has some required field validators created in the aspx, and other validators created in the Page_Load event. In IE, all validation works as expected. In Firefox, ASPX validators work fine, but the validators created in the code-behind do not. ...
Options for generic full-text search without using database-specific full-text engine?
Samuel R. Neff -
10 Jun 2005 4:37 PM - 3 messages
What options are available for doing full-text searches of database data without using a database-specific full-text engine? The only option I've found is Google's Search Appliance but it's an expensive hardware solution and we prefer a software solution. ...
Dynamically position custom control .ascx
Paul -
10 Jun 2005 4:31 PM - 6 messages
Hi I have a custom control and am using as a menu on webpages, just wondering if there is a way to position it differently on different pages, perhaps some code in the page load event? thanks, ...
Disabling Validator
Paperback Writer -
10 Jun 2005 4:29 PM - 4 messages
Hi, how can i disable a required validator in javascript ? is there a way ?.... ...
Message Box in ASP
Randy -
10 Jun 2005 3:53 PM - 5 messages
Hello, I'm trying to figure out how to set up and call a javascript pop up window within C# ASP. I know how to use RegisterStartupScript. This works fine if I use it in the Page_Load area. What I want to do is call a pop-up window from ...
Authentication mode in web.config causing crash.
John Lynagh via .NET 247 -
10 Jun 2005 3:35 PM - 7 messages
Hi there, I am having serious problems with my web.config file. When the authentication lines are added below my application crashes. When they are removed it works fine. Is there syntax error below or is there something more sinister going on. ...
embeding wmp w/instant play?l
japhar81 -
10 Jun 2005 3:35 PM - 4 messages
been racking my brain and msdn and google with no luck... how would i go about embedding a media clip and having it play instantly? i.e. no buffering/caching? i dont care if it buffers half way through, but i need the clip playing <1s ...
Dataview returns 0 rows
Andy Sutorius via DotNetMonster.com -
10 Jun 2005 2:38 PM - 3 messages
Hi, My dataview is returning 0 rows however I know there are rows in the dataset with the matching data. Do you see anything wrong with my code. Can you suggest a way to debug? Thanks, Andy public DataView BindCodeDropDown() ...
include_once("page")
Mattehw -
10 Jun 2005 2:26 PM - 2 messages
hello sorry about PHP code in the subject of my question :-P I've created control that uses javascript from separate file and I render SCRIPT tag before I start render my control.All works OK, but when the control is used twice the SCRIPT tag is rendered twice too. ...
User Controls in 2.0
garethdjames@gmail.com -
10 Jun 2005 2:20 PM - 4 messages
Does any one know if it is possible to create user controls in ASP.Net 2.0 that can be used in multiple projects, much like server controls? Thanks Gareth ...
Newbie on Session State
Rudy -
10 Jun 2005 2:11 PM - 4 messages
Hello All! Happy Friday, thank GOD!!! So last night I realized I need to use Session State in my web application. All I want to do is take the user name, and bring it back into any page I want. I also have another web application built within my app, and I want to ...
Unable to map the debug start page URL to a machine name
Tom wilson -
10 Jun 2005 1:57 PM - 3 messages
I have a W2003 web server running many web applications. One of these uses remote debugging. It works perfectly. Today, I created a new asp.net project. I have 2 problems with it: 1 - Any error that occurs displays the generic "application error has ...
how to make VS auto suggest properties during dev
Rick Csucsai -
10 Jun 2005 1:38 PM - 5 messages
After a year and a half of not touching ASP.NET, I have finally talked my company into letting me build a useable app in .NET instead of classic. Now I have to play catch up. i would really appreciate answers to the following ...
another ctp?
John -
10 Jun 2005 1:33 PM - 3 messages
Hi Is there likely to be another vs 2005 ctp/beta before the final? Thanks Regards ...
Do i loose the power of asp.net if i use a custom extension (not .aspx) with IHttpHandlerFactory
Hope Paka -
10 Jun 2005 1:11 PM - 4 messages
I want to use my custom url extension instead of .aspx. I can achieve this by writing a custom handler that implements the IHttpHandlerFactory. In the GetHandler method of the IHttpHandlerFactory i want to construct a Page class instance and load my other controls to it and return the page ...
what is Request.ServerVariables
Andy Fish -
10 Jun 2005 12:50 PM - 5 messages
Hi, I just came across the HttpRequest.ServerVaraibles collection which the documentation helpfully explains contains "a collection of server variables" What on earth is a server variable? where do these variables come from? what variables can I expect to be present? what do they mean? I can't find any ...
Controling table layout dynamically.
Bredahl jensen -
10 Jun 2005 12:41 PM - 2 messages
Hello, I have a set of tables inside a custom webcontrol. I need to ajust the height and width attributes of all rows and columns according to client screen resolution. I have added the the "id" and "runat" attributes to the tables. ...
Onmouseover Event, Cursor property not working with Netscape or Firefox
Jordan -
10 Jun 2005 12:22 PM - 2 messages
I set the cursor property to change to the "hand" when the user performs an "onmouseover" event on a hyperlink object. This does work correctly with Internet Explorer, however, with Netscape and Firefox, the cursor is just the "vertical line." ...
A really complete list of tools for .Net development
Juan T. Llibre -
10 Jun 2005 11:49 AM - 2 messages
SharpToolbox : [link] Juan T. Llibre ASP.NET MVP [link] Foros de ASP.NET en Español Ven, y hablemos de ASP.NET... ====================== ...
Getting user password from Active Directory
Diego F. -
10 Jun 2005 10:43 AM - 6 messages
Is it possible to get user password from active directory? I want to authenticate a user with Active Directory. I can get the name or email, but I don't know if I can get the password. ...
Is there a way to detect user screen resolution in server side code?
Bredahl jensen -
10 Jun 2005 10:03 AM - 8 messages
Most of the the solution i have seen was throught javascript. Many thanks in advance JB ...
What fired Session_End?
KTW -
10 Jun 2005 9:57 AM - 2 messages
Hi. Is it possible to determine what fired the Session_End in Global.asax ? I want to see if it's a normal session ending, or the application is beeing reloaded from filechanges. (Like saving the Web.Config, etc.) - KTW - ...
Textbox inside a repeater. how to access datarow in post back event.
guoqi zheng -
10 Jun 2005 9:40 AM - 2 messages
Dear sir, I have a textbox inside a repeart control, autopostback set to true for that textbox. When the value of this textbox changes, I need to access current row and update database. Repeater is bind to a dataset. VS.NET generate a below event on double click. ...
Microsoft Bug
champ0007 -
10 Jun 2005 9:35 AM - 6 messages
In ASPX Page, For unknown reasons, sometimes the CSS disappears on reload of the ASPX
page. Be it a Datagrid refresh, a button click that does a PostBack ! ! ! I have tried ways to include the external CSS <link href="xyz.css" rel="stylesheet"> ...
ASP.NET stopped working
Nadav Popplewell -
10 Jun 2005 8:44 AM - 12 messages
Hi everybody, I've got a very strange problem: I'm developing asp.net applications with VS 2003. This morning suddenly I get this error message: Server Application Unavailable The web application you are attempting to access on this web server is ...
Post-Daten aus HttpSendReuqest auslesen
marcel.stallmach -
10 Jun 2005 8:40 AM - 2 messages
Hallo, ich bin ehrlich schon am verzweifeln. Ich habe eine lokale Anwendung (Access) von wo aus eine HttpSendRequest an eine Website gesendet wird. Im HttpSendRequest werden die Daten per POST übermittelt. Die Website die aufgerufen wird ist eine ASPX-Seite und soll nun die ...
Render multiple images
Jon -
10 Jun 2005 8:26 AM - 3 messages
Hello all, Can anyone offer any help with our problem. We have a database that returns multiple (100's) of images as memorystreams. We need to output these all at once. The option of having a separate aspx page that takes a parameter then displays the image is not an option (this is ...
Transparent images
MW de Jager -
10 Jun 2005 7:46 AM - 4 messages
Im trying to place an image on my form, which is transparent in parts like an icon. My page refuses to display the transparent areas in the color of the page background but keeps replacing it with white, causing the image to ...
Viewstate String InvalidCastException
niki -
10 Jun 2005 7:45 AM - 6 messages
Hello. I have a postback problem with viewstate. I've searched the group and found many threads about this, but I still can't understand... I have this code: DataSet ds = null; if(! this.IsPostBack){ .... } else{ StringReader sr = new StringReader((String)(ViewState["ds"])); ...
how to determine .NET framework version
Vaclav Jedlicka -
10 Jun 2005 6:51 AM - 5 messages
Hi I created an ASP.NET app. How can I figure out if it uses ver. 1.0 or 1.1? Both of them are installed on my box. Thanks Vaclav ...
Regarding Server Controls
anishsulakhe -
10 Jun 2005 6:49 AM - 2 messages
I am currently a MCA Students and doing my Industry project. I have
created a eCommerce Server on DOTnet in C# Language.The team member
were 6, in which my contribution was creating User management. After completing the Project, i came to know that the server controls
that were provided by DOTNET, will always go to the server and perform
the tasks, which might be precious and may also harm the system. ...
ASP.NET tells me my table doesn't have a primary key
Nathan Sokalski -
10 Jun 2005 6:08 AM - 5 messages
When running my ASP.NET Application that uses an Access database, I recieve the following error: [MissingPrimaryKeyException: Table doesn't have a primary key.] System.Data.DataRowCollection.Contains(Object key) +97 WebApplication1.poetry.ratepoem.btnSubmit_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\WebApplication1\poetry\ratepoem.aspx.vb:91 ...
Does CompareValidator work for the date in dd-mmm-yyyy format?
CyberLotus -
10 Jun 2005 6:01 AM - 4 messages
Hi, I wish to validate the date a user has entered against the format dd-mmm-yyyy using the CompareValidator, but it does not work. Does anybody have a simple solution please? Many thanks in advance. Regards, Cyberlotus ...
Munging URLs to store data
jmensch -
10 Jun 2005 4:42 AM - 3 messages
Hello. I'm a reasonably new ASP.NET programmer with no prior ASP or web development experience, but a lot of general programming experience. I'm using Visual Web Developer Beta Express 2005. I'm trying to find a way to store data in the ...
somebody help me answer this?
Luis Esteban Valencia -
10 Jun 2005 2:47 AM - 4 messages
You are creating an ASP.NET application for the Widget Company. An earlier version of the application uses ActiveX components that are written in Visual Basic 6.0. The new ASP.NET application will continue to use the ActiveX components. ...
OnPreRender ??? What is ?
Daniel Groh -
10 Jun 2005 12:49 AM - 5 messages
Hi, i'd like to know more abou this event, i tryed to found in MSDN but the explanation is null for me...is there some explanation when and how should i use it ? ...
Why ASP.NET can not handle file contains ~ in its name? thanks!
davidw -
10 Jun 2005 12:37 AM - 2 messages
I found I can access static file in my IIS folder that have ~ in their file name, but I have no way to let httphandler to handle such request, for example, http://mydomain/test.aspx returns 401, but http://mydomain/test~.aspx returns ...
Difference between Page_Load and OnLoad
lbolognini@gmail.com -
10 Jun 2005 12:28 AM - 4 messages
Hi everybody, sorry for the newbie question but I can't get the difference between these two code snippets. Is it that one is a delegate (the first) and that while the first ADDS behaviour the other completely rewrites it? ...
Render and get html from usercontrol
John Olsen -
10 Jun 2005 12:22 AM - 3 messages
Hi. I`m building a small CMS, and want to add the possibility to include server side code inside static html-strings that is stored in a database. For e.g. in the string "<div><b>News></b><br>[Controls/News.ascx]</div>", ...
Did I do this correctly? - Display resized image from DB.
Neo Geshel -
10 Jun 2005 12:20 AM - 4 messages
Greetings. I am making an admin interface, which allows me to upload photos to an access DB. The admin interface also needs to display the uploaded photos, but only needs to show them at a maximum resolution of 100px per ...
Session State stateserver or Sql Server
tshad -
9 Jun 2005 11:58 PM - 11 messages
I have been using the default session state (InProc) and have found that I have been loosing my information after a period of time (normally 20 minutes). Is there anyway to find out how much more time I have on a session? ...
Label Width
jack-e -
9 Jun 2005 11:41 PM - 2 messages
Hi, An easy on I'm guessing! How do I restrict the length of a label? I have tried setting the width to say 200px but if the user inputs a continuous line of characters it's doesn't wrap. ...
Pager style
Arjen -
9 Jun 2005 11:40 PM - 3 messages
Hi, How can I make the pager look smaller? (it's to height) Making the font-size smaller does not help. See the sample here: [link] Thanks! ...
Width of Label
jack-e -
9 Jun 2005 11:40 PM - 2 messages
Hi, An easy on I'm guessing! How do I restrict the length of a label? I have tried setting the width to say 200px but if the user inputs a continuous line of characters it's doesn't wrap. ...
2.0 App-Code Folder Support for 'Code-Behind'
clintonG -
9 Jun 2005 11:30 PM - 4 messages
I've posted to the forums but we're not making progress there yet so maybe, just maybe somebody has this figured out... When VS2005 creates a new Web Form with code placed in a separate file we get the following: ...
<Head>Tag
Sam Samnah -
9 Jun 2005 11:13 PM - 4 messages
Ok I have a bit of a problem with a Server control I am building. I need to write a client-side Javascript block between the open and closing Head tag. I have tried the following methods: first attempt ...
PostBack problem
Daniel Groh -
9 Jun 2005 11:12 PM - 5 messages
I have two controls in my webform, BUT....one comes from a user control and the other comes from another user control, both with post back! How can i work just with one PostBack ? if(PostPack from button2){ //How can i accomplish that correctly ? ...
adding html to body
Luis Esteban Valencia Muñoz -
9 Jun 2005 10:11 PM - 3 messages
I want to add HTML to a page inside the body tag without affecting what .net 1.1 is rendering as normal. Specifically, I want to automatically add a standard header to every page which would be read in from a file. I looked at using the ...
Asynchronous Call
Shimon Sim -
9 Jun 2005 10:03 PM - 5 messages
I am working with ASP.NEt application and need to create something like notification module. Application passes a event information and module decides how to handle this event - who to notify and what information to send. The main issue is I don't want slow done main application because of this ...
Cannot use integrated security from a thread in ASP.Net/ Windows 2
Razvan -
9 Jun 2005 10:01 PM - 2 messages
This problem occurs in ASP.Net application, only on Windows 2000. Everything works fine on Windows Server 2003. Here is the scenario: I configured the application to use impersonation and integrated security to connect to the database. These are the corresponding lines in web.config ...
LDAP Query Help
sck10 -
9 Jun 2005 9:54 PM - 3 messages
Hello, I am running the routine below and I am getting the following error at For Each result In srcLDAP.FindAll. System.Runtime.InteropServices.COMException. The requested authentication method is not supported by the server. Any help with this would be appreciated. ...
datagrid - do not refresh the contents in the grid
Eitan M -
9 Jun 2005 9:52 PM - 4 messages
Hello, I have a datagrid object. I have my own button on the grid, but after I am doing something after clicking on the button, I don't want to refresh the contents of the grid. the contents of the lines on the grid are refreshed authomatically. ...
QueryString's lifetime?
Nad -
9 Jun 2005 9:48 PM - 3 messages
Hello, When I navigate to a page, say called Form1.aspx, with a QueryString, any postbacks within Form1.aspx keeps the content of QueryString. However, when I redirect Form1.aspx to itself the content of QueryString is lost. What is the ...
Creating a "serverless" app...
Rlrcstr -
9 Jun 2005 9:46 PM - 3 messages
Is it possible to create an ASP application that can run on windows XP home without being connected to a server? I guess I need to know if XP Home has a web server component that supports ASP .NET. I see applications that use interfaces that appear to be web page type ...
loading session variables in page title bar
Leon -
9 Jun 2005 9:46 PM - 2 messages
what my title will not load the user session values on first load, but will load on page refresh? code.. *html file.. <HTML> <HEAD> <title> <asp:literal id="Title" runat="server"></asp:literal></title> ...
Take out last character from textbox or label
tshad -
9 Jun 2005 9:40 PM - 2 messages
I am trying to find the best way to delete the last character from a textbox. For example: status.text = "full/part/" I want to take out the trailing "/". Thanks, Tom ...
Calendar - Event listings, large format
Brent -
9 Jun 2005 9:16 PM - 2 messages
Hi, Before I start to build this from scratch, wanted to check if there are any good free ones out there that I can add to my site. I want a calendar that displays a large format events calendar, not just a date picker. Ability to ...
How to solve this " problem
Shapper -
9 Jun 2005 8:51 PM - 2 messages
Hello, I am accessing a value in a XML value: news.Load(Server.MapPath("xml/ news.rss")) newslabel.Text = CType(news.SelectSingleNode("rss version="2.0 "/channel/title").InnerText, String) The XML file: <?xml version="1.0"?> ...
Exception has been thrown by the target of an invocation....what is this?
darrel -
9 Jun 2005 8:34 PM - 3 messages
I've written a function that will upload a file. This sort of works. It works sometimes, and then other times...namely when it tries to write to an existing directory (but not always), I get this error: Exception has been thrown by the target of an invocation. ...
asp.net button handler
Bob Weiner -
9 Jun 2005 8:27 PM - 3 messages
Using ASP.Net, can I create a button in a pop-up window which will, trigger an event on the server, close its own window, and refesh the page which initially spawned the pop-up? bob ...
Datagrid Paging
vinay -
9 Jun 2005 8:06 PM - 2 messages
I have a Datagrid with a Datasource set. And i have Paging enabled. My Q is I am looking for a particular Record in the Datagrid which might be in any page ! How to find the record and set the Particular page selected dynamically?? ...
javascript datagrid events inside item template
Luis Esteban Valencia Muñoz -
9 Jun 2005 8:04 PM - 3 messages
I have a datagrid that displays editable text fields (2 different price fields) and a checkbox in every row. It has a "SaveChanges" button at the bottom, which, when pressed, looks at every checkbox in the datagrid, if it is checked, it updates the ...
ToolTip - controlling duration of display
Mike Salter -
9 Jun 2005 8:02 PM - 2 messages
Is there any way to control the tooltip of a control so that it doesn't disappear so quickly? I know there are tooltip controls available, but I am creating controls on the fly, and adding tooltip text to them from a db. ...
PostBack after AddHandler
Luis Esteban Valencia Muñoz -
9 Jun 2005 8:02 PM - 2 messages
Have a dropdownlist created in my LoadMain() which is called from the Page_load: ************************PAGE LOAD********************8Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Try 'Initialize. ...
| |||||||||||||||||||||||