Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net > july 2004 > threads for wednesday july 7

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

list control and default to selected item?
Posted by Moe Sizlak at 7/7/2004 11:27:30 PM
Hi There, I want to bind the value of a field from a database to make a dropdownlist default to that value, I can't seem to get to work correctly. It just doesn't seem work no matter what I do, could someone help me with some code? Moe <>< lst1.SelectedItem.Value = Trim(dr("frm1value"...more >>


User Controls: Did I go Nuts?
Posted by Robert Howells at 7/7/2004 10:56:14 PM
Perhaps I'm just too new at this to pull it off, or perhaps it's just bad architecture. I'd appreciate some feedback on the the wisdom (or lack thereof) in attempting the following: I'm not new to programming, but I am new to ASP.NET and Web application design in general... loved the concept o...more >>

Debugger
Posted by Leo at 7/7/2004 10:02:01 PM
I have to debug my web application. How to attach ASPNET worker process... It is urgent. -- Leo...more >>

generating a .js file with asp.net
Posted by WL at 7/7/2004 9:07:41 PM
Hi, I'm trying to build an .ASPX file that returns the contents of a .js file, so that I can use: <script language="JavaScript" src="/mypage.aspx" type="text/javascript"></script> Even when disabling viewstate etc I still end up with ASP.NET returning contents as set with Response.Write...more >>

Performance Hit of Debug='true' and No PDB Files
Posted by phjodie NO[at]SPAM gmail.com at 7/7/2004 9:06:58 PM
Hey there, This is no doubt demonstrating how cruddy my understanding is - what are the performance implications of having left the Debug=true value in your web.config file but not building/deploying the PDB symbol file? Thanks for your help....more >>

Trying to remove "\" from a string
Posted by Robert NO[at]SPAM Rob.com at 7/7/2004 8:01:57 PM
Hello. I have tried to remove the char "\" from a string that I am building in codebehind. to be used in a script tag. I have tried adding (char)34 to the string instead of the escape character, as well as @then double quotes. when i watch the string in the command window or the watch wind...more >>

I'm totally stumped - IIS not working on two separate machines - 500 Internal Server Error
Posted by damiensawyer NO[at]SPAM yahoo.com.au at 7/7/2004 7:33:24 PM
Hello - I'm having a serious problem with IIS on Windows XP pro. Whenever I try to run ASP pages, I get HTTP 500 - Internal server error This behaviour happens identically, on two 'totally independent' machines. I am trying to run Visual Studio 2003, however, the problem occurs before any ...more >>

Codebihind not working on live server
Posted by ChrisAndTammyHallum at 7/7/2004 6:28:44 PM
I have a VB.NET web project that I wrote on my computer with Studio. It works great, on my computer. However when I ported it over to my company's production server it doesn't know how to handle the codebehind. Other programmers have written NET pages using Matrix, which puts everything...more >>



How to get Application State from a class
Posted by Quentin Huo at 7/7/2004 5:03:31 PM
Hi: In Application_Start method in the global.asax, I created an application state: Application["test"]="...". I can get the value from the each page, but I cannot get it in the class that is called from a page. I always get an error as: Object reference not set to an instance of an obje...more >>

asp .net ver 2.0
Posted by Carlos at 7/7/2004 4:32:57 PM
where, or when can I get asp.net ver 2.0.? I've seen references to it but does it refer to the new .net framework version? thx ...more >>

Database access crashes
Posted by headware NO[at]SPAM aol.com at 7/7/2004 4:27:52 PM
We're using an access database and are getting a lot of crashes when as little as 3 or so users try to write to the database at the same time. Typically it's the "operation must use updateable query" error or the "file already in use" error. The server is really just a laptop running Windows XP ...more >>

Compile Problem
Posted by Chris Kennedy at 7/7/2004 4:22:19 PM
I have a ASPX page with a code behind. Is there a way of changing the codebehind and compiling it on the server without affecting other pages. I don't want to recopy the project from my local machine as it will overwrite front end stuff. I thought you didn't have to recompile when you changed the...more >>

Strange error binding DataTable to DropDownList: out of range... Parameter name: value
Posted by Mike Bridge at 7/7/2004 4:21:47 PM
I'm getting a nonsensical error when binding a DataTable with one row to a DropDownList. The DataTable's row contains the fields "id" (INT), "description" (VARCHAR) and with a couple other unused fields. I'm binding the table in code behind: DataTable table=Publishinggroup.GetPublisheegro...more >>

Email Sender info!
Posted by Ammar at 7/7/2004 4:11:15 PM
Hi all.... Sending e-mails by ASP.NET is quite easy and flexible.... But i have a small problem: How do i send the sender's name with the e-mail? when i send ASP.NET mail using the SmtpMail.Send() i get the sender's e mail address in the name feild of the inbox of the recepient. I even looked ...more >>

FindControl and user controls
Posted by Merk at 7/7/2004 3:49:58 PM
From a hosting aspx page, I am trying to user FindControl to create a reference to a TextBox in a dynamically loaded user control. FindControl always returns null - why? How can I programmatically retrieve/create a reference to the textbox? ...more >>

How to send email Alerts Automatically?
Posted by Malik Asif Joyia at 7/7/2004 3:42:09 PM
Hello How we can send the email alerts automatically.. mean on a specific date and time. thanks ...more >>

Sharing sessions across virtual directories/projects
Posted by Stu Lock at 7/7/2004 3:23:37 PM
Hi, I am setting a session in one directory ('/admin/login.aspx'). The project for this folder is runnig in the root directory of the server. I am then redirecting to to a virtual directory (/crm/default.aspx) which is running a self contained project (separate bin folder etc.) On the l...more >>

Javascript return value
Posted by Paul at 7/7/2004 3:07:02 PM
Hi, I have an asp.net page that has a LinkButton w/ attribute "onclick" = "javascript confirm('hello world');" How do I pass the value of the OK button back to my asp .net page? I could, put the function in the <head> section like... <head> <script language="javascript"> function CallMe() ...more >>

Get the path of a virtual subsubfolder
Posted by And at 7/7/2004 3:02:42 PM
Hi everyone my database is in a folder inside the inetpub folder (c:\inetpub\bd\mydatabase.mdb) and my web application is in a folder inside the wwwroot folder. My question is: Is there a way of accessing my database using virtual directories, that is, for example if I was using html I coul...more >>

Design question...
Posted by Griff at 7/7/2004 2:52:06 PM
I'm gradually learning ASP.NET, but want to come up with a site design that contains dynamic menus. I'm not sure exactly what possiblilities are available to me (one I like is Microsoft's own one, e.g. the left hand column on http://www.microsoft.com/technet/itsolutions/ecommerce/default.mspx) ...more >>

Form database contents hyperlink
Posted by Big E at 7/7/2004 2:48:49 PM
I'm using ASP.Net and SQL Server. I have a table called states. I have 2 forms. On form 1 is the 50 states in textboxes created with a loop. I want to have those 50 or 45 or whatever amount of states have a hyperlink. Once you click the hyperlink it will take the stateId from the click event an...more >>

printing on network printer
Posted by Maileen at 7/7/2004 2:35:51 PM
Hi, I want to print from my ASP page directly to my network printer. For this i use the following code, but everytime, my document to print is sent to local and physical port LPT1 :( could you help me please ? thx, Maileen. '---- to print report on network printer --- ' RSP = stored proce...more >>

pop email service
Posted by Ather Ali Shaikh at 7/7/2004 2:26:35 PM
Hi All, I am suppose to write a service that will timely pop email from the pop server and save into database. I have done: 1. Pop emails 2. Save to databse But how to make it automatically, by giving a period of time. As we have in Microsoft Outlook. Regards Ather Ali Shaikh ...more >>

ASP.NET Httphandler and file names with ampersand = 404 Error. Please help.
Posted by Prasanna Padmanabhan at 7/7/2004 2:24:20 PM
I want to process requests to certain image files that have a custom ..icon(32x32) extenstion with a custom .NET HttpHandler in order to be able to tap into Application events. This works fine almost everytime except that I get a 404 error when trying to access a file with an ampersand in its na...more >>

Input string was not in a correct format. on string "0"
Posted by oakleyx NO[at]SPAM hotmail.com at 7/7/2004 2:17:21 PM
Hi, i'm reading in a bigint value from SQL Server. string s = myReader["BackColour"].ToString()); int intBackColour = System.Convert.ToInt32(s); I'm also reading in other values the same way and it works great except this one value, i'm getting System.FormatException: Input string was ...more >>

process.start
Posted by Brian Shannon at 7/7/2004 2:02:37 PM
I need to use System.Diagnostics.Process.Start and am having a hard time formatting my string. My process is: "C:\Visual Cut.exe" And my arguments are: -e "C:\TimeTrackingDaily.rpt" "Parm1:Yesterday" I need help formatting my arguement to include all the quotes and spacing. The spacing ne...more >>

Modal dialogs causes loss of Session
Posted by Ricky K. Rasmussen at 7/7/2004 1:54:18 PM
Hi NG, We have a rather large ASP.NET application that uses popups to display various dialogs to the user. In our work we've come over a rather annoying "bug": If we open a modal dialog using the javascript command window.showModalDialog() we loose the current Session if a new window is op...more >>

viewstate - help!
Posted by Dave Bartlett at 7/7/2004 1:47:24 PM
I've been wondering for a while if I can safely turn off viewstate on a datagrid. I read the following article: http://msdn.microsoft.com/asp.net/using/building/web/default.aspx?pull=/library/en-us/dnaspp/html/viewstate.asp but ended up more confused than before I read it. We have a (fair...more >>

How do I handle possible (but undesired) HTML in input?
Posted by Nick Gilbert at 7/7/2004 1:45:00 PM
Hi I have a number of pages where it is valid for the user to enter HTML. On these pages, I have turned off RequestValidation ("ValidateRequest = false" in the page directive) so that the HttpRequestValidationException that gets thrown if HTML is included in the Form, doesn't get thrown. ...more >>

firefox questions
Posted by Jim Corey at 7/7/2004 1:34:02 PM
1. I have a dropdown coded like this: <asp:DropDownList id="CboDpt" style="Z-INDEX: 103; LEFT: 97px; POSITION: absolute; TOP: 24px" runat="server" Width="81px"></asp:DropDownList> When I view the source in IE, I see that the width gets stuffed inside the style attribute before the 'Z-INDEX...more >>

Send Data to New Page for Printing ASP.NET
Posted by bhavin30 NO[at]SPAM hotmail.com at 7/7/2004 1:25:53 PM
Hi Guys, I have a Web Forms' 'Table' control in my default.aspx page, along with other controls. I wanted to implement a functionality where a user can click a button to open the table's contents in a new page/window for printing. Is this possible. I was thinking about using Server.Transf...more >>

How to build ASP.NET projects on a separate build machine?
Posted by Vagif Abilov at 7/7/2004 1:19:48 PM
Hello, I have made a build script that runs on a separate machine and builds all our components. However, I have a problem with our Web (ASP.NET) applications. Even when I build ASP.NET project from a command line it still expects project directory to be configured as virutal directory in IIS,...more >>

How do you get or save a file from/to a client (button on web page) once they are authenticated? The client could be Mac, Linux or Windows.
Posted by jake at 7/7/2004 1:14:23 PM
How do you get or save a file from/to a client (button on web page) once they are authenticated? The client could be Mac, Linux or Windows. Can I do it all with IIS and ASP.NET? ...more >>

Browser Compatability
Posted by WStoreyII at 7/7/2004 1:03:02 PM
I know that the main two browsers are ie and netscape. However, how do i know if browsers like aol and other abstract browser put out by isps like sbc and earthlink are compatable with asp.net. I would hate to make web pages that can not be viewed by customers using these mediums as most people wh...more >>

how can i write in a database
Posted by belange at 7/7/2004 1:01:05 PM
I try to create a little web application with c# and visual studio.net. With this application, a student can reserved a computer station, the day and the hour. I want to write these informations in an access database with the student's user name. I am a rookie, so how can i write in a database. ...more >>

Need help with hiding LinkButton in DataList
Posted by News at 7/7/2004 12:31:18 PM
Hi, I need help with datalist and linkbutton. I need a LinkButton to display in datalist if datafield "is_measure_customchecklist" in a db table set to true. Here is the code (in parts): <asp:DataList id="dtl1" runat="server" DataKeyField="program_id" OnItemCommand="DoItemSelect" OnIt...more >>

How to make the page expire....
Posted by Veeresh at 7/7/2004 12:11:00 PM
I am using .Net 1.1. How to expire an .aspx page? I think I have to use HttpCachePolicy class for this. But not sure how to use and where to this code to work. Is it in Page_load event. Thanks Veer ...more >>

modal dialog and returned results
Posted by Brian Henry at 7/7/2004 12:03:13 PM
(please dont say don't do this because SP2 will block this, this is an internal site and i have full access to settings on the domain to make popup blocking turned off for this site) i have a modal dialog box, which lets users select user names from a list (kinda like an address book) but then...more >>

&nbsp
Posted by JezB at 7/7/2004 12:01:50 PM
When I embed spaces in my document flow (eg. between to button controls on the same line), &nbsp is embedded into my html. Problem is, this is not recognised on some browsers. What's the proper way to add spaces between web controls in flow layout ? ...more >>

Unicode
Posted by Wardeaux at 7/7/2004 11:50:23 AM
I'm looking for information on writing a program for Asia starting with Japan. My understanding is that the CRL is already Unicode (like strings, etc)... lucky for me!! how do I get my app to use/display other languages? Any tips or "gotcha"s to be aware of? MTIA wardeaux ...more >>

ItemDataBound issue
Posted by Wayne Carlaw at 7/7/2004 11:45:30 AM
Why does the e.Item.Cells[3].Text value always return empty? Without this routine (or if I comment out the guts), the text exists. private void dg_ItemDataBound(Object sender, DataGridItemEventArgs e) { if((e.Item.ItemType == ListItemType.Item) || (e.Item.ItemType == ListItemType.Alter...more >>

get name of base class from parent
Posted by martin at 7/7/2004 11:42:34 AM
Hi, If I have a base class, say called "MyBase" and a derived class called "Myderived" is it possible to get the name of the derived class from the base class fo example if I have a method in "MyBase" called "fill" and this method is not overridden in "Myderived" and I then create and objec...more >>

What if structure is faster? or not?>
Posted by Darren Clark at 7/7/2004 11:33:18 AM
Is there a difference in performance betwen these 2 styles of code? As = it both does the same thing...=20 if (row[JobseekerData.FLD_VISA_REQUIRED].ToString() =3D=3D "1") this.Visa.Text =3D "Yes"; else this.Visa.Text =3D "No"; verses this.Visa.Text =3D (row[JobseekerData.FLD_V...more >>

Viewstate of dynamically created controls
Posted by yufufi at 7/7/2004 11:32:33 AM
My web page contains only a panel control and I add datagrids at runtime. Viewstate for the datagrids are enabled but every time I postback the page I have to re bind data to data grids. I figured out this: (?) when I do a postback , asp.net looks to the html of the page and can't find the dat...more >>

View state limitation
Posted by Mr. Dot Net at 7/7/2004 11:32:05 AM
One thing you can do is compress the view state prior to sending it through the wire. ...more >>

Variables not initialized
Posted by Marc Fauser at 7/7/2004 11:04:53 AM
I have included a module in my ASP.Net project. The problem is, that only every 4th or 5th start of the project the New() constructor is called. If I use this code in a normal VB.Net project, everything works fine. Any suggestions why it only works every 5th time? If New() is called, _General...more >>

Why textbox is persisted when viewstate is off?
Posted by John Dalberg at 7/7/2004 10:50:50 AM
I have a page with a few textboxes. When the page is posted, the textfields retain their values even though I have viewstate turned off. It's turned off in 2 different places. - The control itself. - Page.EnableViewState = false; in page_load. How do I get the textboxes cleared after a post...more >>

Session variable problem
Posted by Alex Fimine at 7/7/2004 10:48:01 AM
Hi, Please help me with the following: In login.aspx page: Session("accessGranted") = 1 Response.Write("<script>window.open(""userpage.aspx"", ""User"");</script>") In userpage.aspx: <body> <script language="vb" runat="server"> Sub Page_Load(source as Object, e as EventAr...more >>

French format number question
Posted by Hardy Wang at 7/7/2004 10:46:02 AM
Hi, How is the number 8000 displayed in French? 8 000 or 8,000? -- WWW: http://hardywang.1accesshost.com ICQ: 3359839 yours Hardy ...more >>

set focus to textbox after click event- tried everything please please help!
Posted by ujjc001 NO[at]SPAM charter.net at 7/7/2004 10:42:20 AM
Hello- I have a form which has a listbox, a textbox and a submit button. The user types a phone number into the textbox, clicks button, text gets added to the listbox. After this process I need the focus to be back in the textbox. Sounds easy hu? Here's my code- Private Sub cmdAddLine_Cli...more >>

Multiple File Uploads
Posted by Ryan Ternier at 7/7/2004 10:38:48 AM
Hey, Is there a way to upload multiple files with .net? Currently, with the HTML way, you can uplaod 1 file at a time. We were looking for a system where a user can select multiple files (hold CTRL / Shift) down while selecting, then when they click Ok (from the dialogue), it will populate a ...more >>

Client ID
Posted by JezB at 7/7/2004 10:05:17 AM
Any way I can get at a unique "Client ID" within server code ? I'm writing some auditing and I want to record which particular client machine initiated a request, for example. I imagine in an internet environment the only unique client ID is the IP address, can I get at this? In an intranet...more >>

Process security for website
Posted by Simon Harvey at 7/7/2004 9:53:39 AM
Hi all, A new project I'm working on requires a high level of security - possibly around the same level used by banks as its deling with highly confidential medical info. I'm thinking about the process of letting users register and get their password. The current suggestion is that when ...more >>

Convert DataGrid to datatable
Posted by martin at 7/7/2004 8:52:52 AM
Hi, Is there an easy way , maybe a cast or something to place all of the items from a datagrid into a dataset. Sort of the opposite of binding a datatable to a datagrid. any help is appreciated. cheers martin ...more >>

CheckedChanged Event doesn't work?
Posted by Jump Off! at 7/7/2004 8:47:43 AM
Hi, I work with ASP.NET v2 (visual web dev 2005 express) and, when i want to use the CheckedChanged Event of a checkbox, it doesn't work. I want to enable a button when checkbox is checked, and disable the button when it's unchecked. But not working, even if you make other things. Is it...more >>

Print via network
Posted by Maileen at 7/7/2004 8:41:07 AM
Hi, We have a little problem in 1 of our ASP page :( on this page, we can add new printers (local or network) and to print a report on a selected (by default) printer. We we do the test on a local printer, it works perfectly. Unfotunately, when we try to print the same report on one of our ...more >>

Insert Rows in datagrid
Posted by sri_san NO[at]SPAM mailcity.com at 7/7/2004 8:11:24 AM
Hello Group, I am working on inserting Rows in the datagrid as follows: Private Function addHeaderLines(ByVal ds As DataSet) As DataSet Dim dr, drBlank As DataRow Dim count, repeatCount, upperBound As Integer repeatCount = iMaxLines upperBo...more >>

DataGrid Custom Child Control Problem
Posted by gowens NO[at]SPAM nixonpeabody.com at 7/7/2004 8:05:44 AM
I have a Web DataGrid into which I've added a templatecolumn. Into the templatecolumn I've placed a progressbar custom control (which provides its rendering by overriding the Render method of the custom control). When the templatecolumn is added, to the DataGrid, I've also added a DataBinding ev...more >>

Changing document.title
Posted by Carlo Marchesoni at 7/7/2004 6:49:01 AM
Is it possible to change the document's title property from code behind (c#) ? I need to build a dynamic title at runtime....more >>

SqlException: Invalid object name 'UserData'
Posted by Mr.KisS at 7/7/2004 6:13:18 AM
Hello all, I'm working with : WinXP PRO SP1, MS SQL 2005 Express, Visual Web Dev 2005 Express. I have an aspx page which must execute a stored procedure : ______________ try { myCommand.ExecuteNonQuery(); System.Web.Security.FormsAuthentication.SetAuthCookie(boxLogin.Text, true...more >>

Validation of empty, or range of values in a text box
Posted by Fraggle_Rock_1 NO[at]SPAM yahoo.com at 7/7/2004 5:55:07 AM
Hi, I want to validate a text box, The user can leave it blank, or fill it in. If they fill it in then it must be a date within a certain range. How can I achieve this? Thank you very much...more >>

Please Help ???????
Posted by pargat_g NO[at]SPAM yahoo.com at 7/7/2004 5:31:26 AM
Hi Everyone: I am posting this second time, Plaese Help. I am having a problem to open asp.Net project.The error which i am getting is Web Access Failed the default Web access mode for this project is set to file share, but the project folder at http://XX.X.X.XXX/WebApplicatio...more >>

Debug problem...
Posted by Tim::.. at 7/7/2004 5:03:02 AM
Can some one tell me why I get this problem when debugging! ...:: Error ::.. txtPassword.Text = Value of 'String' cannot be converted to System.EventArgs Thanks ...::CODE::.. Private Sub cmdSubmit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdSubmit.Click...more >>

EXECUTE permission denied on object... uh?
Posted by Jiggaz at 7/7/2004 4:56:28 AM
Hi, In my ASPX Page, i have a form for signup. And whene user click on the button, the event Button1_Click must use a stored procedure. But instead of use stored proc, i get this exception : _____ System.Data.SqlClient.SqlException: EXECUTE permission denied on object 'CreateAccount', datab...more >>

SmtpMail.Send - Exception: "Could not access 'CDO.Message' object"
Posted by Jens at 7/7/2004 4:48:02 AM
Hi I am writing a ASP.NET web application that must sent some e-mails. I get the exception “Could not access 'CDO.Message' object” when I call SmtpMail.Send. This only happens when I send e-mail addresses out side my company walls. When the e-mail is send on some one in my company it works...more >>

Getting Control ID of buttons in Buttoncolumn in a Datagrid
Posted by DotNetJunkies User at 7/7/2004 4:44:45 AM
Hi , I hav a buttoncolumn(pushBackButton) in my datagrid. And on click of every button i want to call different methods(server side). Kindly help me out..!!!!!!!! Thnx, Rameshwar,Govindu. --- Posted using Wimdows.net NntpNews Component - Post Made from http://www.DotNetJunkie...more >>

SmtpMail.Send - Exception "Could not access 'CDO.Message' object"
Posted by Jens Øster at 7/7/2004 4:44:01 AM
Hi I am writing a ASP.NET web application that must sent some e-mails. I get the exception “Could not access 'CDO.Message' object” when I call SmtpMail.Send. This only happens when I send e-mail addresses out side my company walls. When the e-mail is send on some one in my company it works...more >>

Accessing ascx file from desktop application
Posted by Kristjan Sander at 7/7/2004 4:26:01 AM
Hello I am trying to write a #C windows desktop application that loads an ascx file contents (user control) from file, initiates it and then registers to database everything it finds. I tried that way: 1 Page page=new Page(); 2 Control control=page.LoadControl(virtualPath); 3 string de...more >>

ASP.NET Page_Load event problem with Include Files
Posted by Don Wash at 7/7/2004 4:11:32 AM
Hi All! I'm having trouble with several ASPX files included in my main ASPX page. Each of the ASPX file have corresponding Page_Load event and I get the error saying it is conflicting when the main ASPX page is executed! How can I correct that problem? I need to have Page_Load event on every...more >>

Error : "Cannot open database XXX requested by login."
Posted by Mr.KisS at 7/7/2004 2:39:17 AM
Hello. I'm under Windows XP PRO SP1, IIS 5.1 ans SQL SERVER 2005 Express. When i try to open a connexion with : <connectionStrings> <add name="AppCnxStr" connectionString="Server=KLEO\SQLEXPRESS;Integrated Security=True;Database=C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\wizou...more >>

aligning objects
Posted by tfs NO[at]SPAM dslextreme-dot-com.no-spam.invalid at 7/7/2004 2:04:15 AM
I have a table that is putting the object in the middle of my cell (<td>). I want to have the objects, such as my asp:textbox, to align towards the top of the cell. I don't want it to center from the middle of the cell. How is the best way to do this? From the CSS file or from the object...more >>

server side menu problem
Posted by server side menu problem2 at 7/7/2004 1:10:01 AM
hi, in my site there r 2 frames: 1.menu frame 2.application display the menu is based on <A HREF=...> because I need to direct the pages to the application display frame.now I need to cuach a session before I redirect the page and <AHREF=...> is not build for that.I need un aspx control that h...more >>

asp.net user control : how to manage click on internal object
Posted by Remi Hugnon at 7/7/2004 12:17:31 AM
Hi, I want to build an expandable treeview. I saw some code on VB but I know only C# I plan for my class that each nodes has its own id (using span for example). Into a single aspx page without any other control, it's very easy because I play on URL and parameters and refresh my aspx. But ...more >>


DevelopmentNow Blog