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 > november 2004 > threads for thursday november 18

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

Problem in running web applications.
Posted by AVL at 11/18/2004 10:59:02 PM
Hi, I'm new to .Net. I've installed visualstudio.net 2003. There were no problems in set up. But my asp.net web applications are not running properly. Sometimes, the Page_load event doesn't fire properly and sometimes the changes in teh web page are nort getting reflected. I've tried to d...more >>


Page Caching - Warning: Page has Expired
Posted by Fernando Chilvarguer at 11/18/2004 9:44:39 PM
HI, I have a page that users use to search for other users on my web site. Very simple page: - 3 input Parameters (TextBoxes) - 1 DataGrid with the search results. All works fine. When the user clicks on one of the records in the datagrid, it takes him to the detail page. On the det...more >>

Connecting Database in thread
Posted by Makarand Keer at 11/18/2004 9:37:02 PM
Hi all Gurus I have asp.net application where I am creating background process using Threading. My threading involves invoking method which in turn gets some data from SQL server using Windows Authentication. But when I run my app, connection error comes as "{"Login failed for user '(n...more >>

selecting your web.config
Posted by Shaun Wilde at 11/18/2004 8:54:36 PM
I have a situation where I would like to choose the web.confg I get my settings from. I have 2 folders folderA and folderB and 3 web.configs the main root web.config and a web.config in each of the folders to override settings from the web.config above it. now when a call a webservice in fo...more >>

DataGrid bound to DataTable containing blanks returns  
Posted by John A Grandy at 11/18/2004 8:46:52 PM
anyone know why this is ? Imports System.Data Imports System.Diagnostics Public Class WebForm12 Inherits System.Web.UI.Page #Region " Web Form Designer Generated Code " 'This call is required by the Web Form Designer. <System.Diagnostics.DebuggerStepThrough()> Private Sub In...more >>

Authorization HTML Header going missing
Posted by Shaun Wilde at 11/18/2004 8:42:26 PM
I am not sure if this is a .NET bug/feature and IIS5 one or a combination of the 2 so here goes I have a situation where when I call an ASP.NET webservice running under windows 2000 (I assume IIS5) with a webservice client also in .NET that the webservice request loses the Authorization HTML h...more >>

adding user controls at runtime
Posted by Sam Kuehn at 11/18/2004 8:22:39 PM
There has been a lot of articles on how to load user controls at runtime in the Init() method. UserControl myControl = (UserControl)LoadControl(stringControl); I add the control in the Init() method so that the viewstate to works properly. What if I want to let the user select what control to...more >>

SqlDataReader and 3-tier
Posted by TomislaW at 11/18/2004 7:54:43 PM
how to pass values betwen data and busines tier using SqlDataReader. I was thinking about ArrayLists but what if I have number of rows and columns? ...more >>



Unusual Error with Smart Navigation............urgent.please help
Posted by saintthomson NO[at]SPAM yahoo.com at 11/18/2004 7:09:54 PM
Hi all, i have enabled Smart Navigation in the Page attribute, My Webform has several Webform controls, all applied with style sheets from an external file. Problem --------- When a postback event is occured due to a dropdownlist[for all controls that is giving postback], a...more >>

DataGrid CheckBox Question
Posted by Patrick.O.Ige at 11/18/2004 6:27:01 PM
Does anyone has an idea how to select and deselect checkboxes in a datagrid and for example insert,delete or update multiple recoreds.. Any ideas or resources? ...more >>

Removing a child control in event it fires
Posted by Jeff Evans at 11/18/2004 6:03:01 PM
Hi, I was wondering if it's possible to remove a Control c from a Controls collection in the parent's event handler for an event fired by c. For instance let's say we have public class ChildControl : Control { public event EventHandler WorkDone(object sender, EventArgs e); } pub...more >>

code in class versus aspx page
Posted by GaryB at 11/18/2004 5:59:49 PM
The following line of code works fine in my code-behind file for an aspx page: Dim HeadingRow As DataRow = dsGridReport.Tables(0).NewRow() But when I transport that same code to a class and run it I get "Object reference not set to an instance of an object" Why? Gary ...more >>

Excluding a file from VS.Net Project
Posted by Jon Maz at 11/18/2004 5:43:35 PM
Hi, Curiosity - when you right-click on a file in the VS.Net Solution Explorer and select "Exclude from Project", it continues to be shown in the Solution Explorer as a sort of ghostly outline (as long as you have selected "Show All Files"). Yet if you open up the project file (which is just X...more >>

Another Object Reference
Posted by BW at 11/18/2004 5:40:29 PM
Using Asp.net 2.0. All I want is to Get the current username and display it in a welcome message. I'm getting the following error: Error: Object reference not set to an instance of an object. Source: nfy0vvzn Trace: at Default1_aspx.Page_Load(Object sender, EventArgs e) in C:\Inetpub\wwwro...more >>

Can't read/write to Registry
Posted by Nikolay Petrov at 11/18/2004 5:08:55 PM
Why I always get 'Requested registry access is not allowed' when i try to Read/Write to Windows Registry from ASP service. I use ASP NET account? Also granted full permissions to required Registry keys. What is the problem? TIA ...more >>

problem with aspnet "impersonation"
Posted by hellrazor at 11/18/2004 4:13:54 PM
HI there, I am developing a client side app which requires me to launch another program when a user clicks a button on a web page. I thought I'd create an asp.net page (using c# ) to accomplish this. After much research I found that it's not that simple. The asp process runs under an aspnet...more >>

Buttons not working
Posted by Vik at 11/18/2004 4:08:49 PM
All the buttons on all the aspx pages of a Web site stopped working. Why could this happen? Thank you. ...more >>

Checkbox into/out of MS SQL as what value?
Posted by hari at 11/18/2004 4:08:38 PM
I am trying to enter the results of a checkbox into an MS SQL table.The checkbox returns a bool value that I want to place in the database as a bit. Or is there a better method? I need to read those bits back into the checkboxes when the database is queried. Thanks for any help on this. Ha...more >>

Compound Control event not firing, but only when it's in a library
Posted by Andrew at 11/18/2004 3:54:47 PM
So I have a compound controls, with a TextBox in it, where I catch the TextChanged event. Eventually I typed in a sample into my main project, and it worked. So I copy it into my shared lib (just changing the namespace), and it doesn't work. Anyone have the slightest clue? Here's my ...more >>

Sql insert Question
Posted by Patrick.O.Ige at 11/18/2004 3:53:02 PM
Hi, I have got this SQL below updating a textbox and a checkBox. strSql = "Update Products Set Discontinued=" & chkBoxChecked & ",ProductName = '" & ProductName & "' Where ProductID=" & ProductID it outputs error :- Incorrect syntax near 's'. Unclosed quotation mark before the character...more >>

float: use of comma's versus dots: 12,2 or 12.2
Posted by nicholas at 11/18/2004 3:44:30 PM
I have a webform that inserts product data in an sql database. The price field is of the type "float". On my web form, if I insert for example 12,2 in the price field => OK But if I insert 12.2 I get an error. Now the problem is that if I use the decimal-key (=dot) on my numeric path, it inse...more >>

Need sample for dynamic editing
Posted by Wardeaux at 11/18/2004 2:49:48 PM
All, looking for sample project on how to add/edit/delete controls from an aspx page at runtime... any pointers is most appreciated!! My controls are simple: Label, Textbox, and DropList... I only want a handful of custom properties to be set for the control... MMTIA wardeaux ...more >>

Enabling a control in a different browser window.
Posted by rm63 at 11/18/2004 2:13:02 PM
I open a popup and allow the user to save some information to a database and then close the popup. How do I then use the fact that they saved this information and closed the popup to enable a button in the main browser window (from which the popup was opened)?...more >>

ASP.NET HELP
Posted by ACaunter at 11/18/2004 2:13:02 PM
Hi all, I'm in need of audio code for asp.net (listening to it, and also recording audio), then saving the file. if anyone could help that would be great! Also, i need code to modify images, like zooming in and out, changing the brightness of the image, and any other special effects that c...more >>

Multi site question
Posted by Griff at 11/18/2004 2:08:15 PM
Investigating possible architecture for an ASP.NET web solution. I am familiar with the architecture of two multi-site systems. Neither are by any means ideal. One is pure Classic ASP and the other is Classic ASP + VB6 DLLs. Pure ASP: This utilised a complete copy of the ASP code set for ...more >>

Dynamic DataList ItemTemplate based on data
Posted by Harry Simpson at 11/18/2004 2:03:19 PM
Basically have a datalist now with an itemtemplate containing a textbox for user entry and a label. The datalist is bound to a database table. My boss wants the database table to have possible answers to some of the items. Then if their are possible answers given, replace the TextBox with a...more >>

re-ordering ListBox items
Posted by Stimp at 11/18/2004 1:53:44 PM
I have a listbox of values that I populate from a database. I want the user to be able to re-order the list (by first selecting an item and then clicking 'up' or 'down' buttons) and then save the list back to the database. First of all, I implemented the re-ordering through client-side java...more >>

Debugger Issue
Posted by RM at 11/18/2004 1:44:06 PM
I have a page that a .NET control on it. On onLoad I call a JavaScript function that makes calls to methods in this control to initialize it. This works fine if I just open the URL in a browser. However, if I try to run the project from within the debuggerI get a JavaScript error stating that ...more >>

Problem with asp.net over SSL
Posted by Fabio Negri Cicotti [MCP] at 11/18/2004 1:38:58 PM
Hi All I'm getting a problem when I put an application over SSL domain. I've created a very basic asp.net page containing a single button to test if a DB connection can be opened. When I navigate through http it works as must be, but when I call from httpS I get the following error message:...more >>

Sort Numbers than send to DB?
Posted by Leon at 11/18/2004 1:29:31 PM
I have six textbox controls on my webform that allows the user to enter any numbers from 1 to 25 in any order. However, I would like to sort those numbers from least to greatest before sending them to the database. How can accomplish this task? Thanks! ...more >>

.resx -> .resources
Posted by Paul at 11/18/2004 1:18:50 PM
I have plugged the ExceptionManagement app block into our framework and have a question about resource files. ExceptionManagerText.resx is one of resource files in the project. When you look at .dll's manifest in the disassembler the file is ExceptionManagerText.resources. When/How is the file t...more >>

Adding an additional option to a bound dropdown list
Posted by estafford at 11/18/2004 1:18:20 PM
I have a dropdownlist control that is filled using a database query. I also want to add an additional option to the list that is not pulled from the database. How can I go about doing that? I've tried adding a list item to the control, but that seems to be overwritten by the databinding. T...more >>

wrong event source
Posted by Frank Schumacher at 11/18/2004 1:17:35 PM
Hi NG, I encountered another problem, which I don't really understand. Maybe someone of you can give me a clue. I have a WebForm with multiple UserControls of the same type on it. Each uc is distinguished by a GUID, which I store in a Label.Text. There is a button on each uc, which will f...more >>

Troubleshooting ASP.Net Application Pools on IIS6
Posted by dreamlinetheater NO[at]SPAM hotmail.com at 11/18/2004 1:13:03 PM
I have several sites running on Windows 2003 Server in true IIS 6 mode with Application pools. One site has about 9 Virtual Directories in it that are all configured to run as applications. Each of these have a dedicated application pool with all different memory settings in the Memory Recyclin...more >>

find ASPX and ASCX pages in a web project..
Posted by Milsnips at 11/18/2004 1:10:11 PM
hi there, Can someone help me out with some example code (VB.NET) here that i need: i would like to programatically check my ASP.NET web application and return a list of all the ASPX and ASCX pages in the project, then return them in an string array, eg. name : type ("default.aspx : ASPX") ...more >>

Printer friendly and my intranet.
Posted by Ron at 11/18/2004 1:07:01 PM
Hello, I am working on a registration application for my companies intranet. The intranet is ASP classic based as of now. Unfortunately I only know ASP.NET. But that was all okay until I decided I wanted to have a 'printer friendly' class roster. In making it printer friendly, I would want to...more >>

Dynamic linkbutton event doesn't fire
Posted by hn at 11/18/2004 12:09:02 PM
Hi, I have linkbuttons created dynamically and they display fine on the web page. However, when I click on the those link buttons, the event doesn't fire. Please tell me what's wrong with the following code. Thanks. Dim lbtnQuestion As LinkButton = New LinkButton lbtnQuestion.Text = "Qu...more >>

Read/write in a file
Posted by marcan1215 NO[at]SPAM hotmail.com at 11/18/2004 12:07:15 PM
Hello all, there it is... In an Asp.net application, I have to read a file. And When I found a specific string (for example : "daddy") I have to write a string just after that. So my initial will be : daddy is cool. and my final : daddy is VERY cool. It seem to be weird... but...more >>

turning off viewstate didn't work in web.config
Posted by DC Gringo at 11/18/2004 11:59:32 AM
I want to turn off viewstate for an application. I added the code below into my web.config, but I'm still getting lotsa viewstate data in my hidden form field: <configuration> <appSettings> <Pages EnableViewState="false" /> </appSettings> ..... </configuration> -- _...more >>

Replace the 1st Character in every word
Posted by JrMc at 11/18/2004 11:49:12 AM
I am new to this .net environement. I'm needing to do a simple task - I need to read the first character of a word and replace it with an uppercase. Example: "horse" --> change to "Horse" I can do this on an as/400 using RPG, but cannot figure out the syntax to do it in .net with the...more >>

Positioning in Output Code
Posted by Martin Eyles at 11/18/2004 11:46:47 AM
Hi, I have an asp.net page, which uses the response.write method calls in the Page_Load method to output dynamically to the page. Unfortunately, this always inserts text at the beginning of the file, before the <!DOCTYPE...> definition. I would like to control the position, so that it a...more >>

UserControl sometimes skips validation
Posted by eric.maia NO[at]SPAM metrokc.gov at 11/18/2004 11:44:49 AM
I have two UserControls I am using in a form. These are each also used separately in two other forms. The structure is essentially this: CourseUserControl.ascx - select or enter a course SessionUserControl.ascx - select or enter a course session CourseDetails.aspx - a form which contains jus...more >>

External Connection String
Posted by klj_mcsd NO[at]SPAM hotmail.com at 11/18/2004 11:43:25 AM
This is kind of confusing. I'm trying to create a connection string to connect to a database on another server supposely in the network. Now if I set the Data Source = dbservername on my local computer it works I can ping the server by usually ping dbservername. But when I upload my asp...more >>

How to persist the data?
Posted by Niel Mogan at 11/18/2004 11:20:48 AM
As part of my application flow when the user opt to view existing record while editing a different record I need to keep track of half edited data in the screen. I am thinking of different scenarios for this. Put the being edited data as temp data in the database. Store these in sessi...more >>

IIS won't load ASP.NET, "specified metadata not found"
Posted by Lowell at 11/18/2004 11:09:10 AM
Windows XP SP2 + Symantec AV + VS 2003 with .NET Framework 1.1 IIS won't load or run existing ASP.NET applications and VS can't create or load web projects (HTTP/1.1 500 Server Error). Event System log shows a warning with the following attributes: User: N/A, Source: W3SVC, Category: None...more >>

Cannot run xcacls to modify user rights on a certain file?
Posted by Quentin Huo at 11/18/2004 10:30:52 AM
Hi: I am working in win 2003 and ASP.NET. I tried to modify the user rights from an ASPX (writen in C#) page through running xcacls. But failed. What I did is: Process myProcess = new Process(); myProcess.StartInfo.FileName = "cmd.exe"; myProcess.StartInfo.Arguments = @"/C xcacls filen...more >>

How to open a Snapshot file from ASP.NET
Posted by stmthoma NO[at]SPAM gapac.com at 11/18/2004 10:22:17 AM
I am working on a ASP.NET application using VB.NET. I have a function that creates a snapshot file on a separate server and passes a path back to the webpage. Now I want to display the snapshot. If I cut and paste the path into the browser it opens snapshot viewer. Exactly what I want. Howev...more >>

where does Console.WriteLine() goto?
Posted by Flip at 11/18/2004 10:12:41 AM
In j2ee/JBuilder/WebLogic when you do a System.err.println(), you can see the messages in the console that started the server. When I tried the same type of thing with VS 2k3 .NET and ASPX, I don't see the messages. Where do they go? What is the suggest logging method to use for debugging and ...more >>

accessing usercontrol from another usercontrol
Posted by killkennyhouse NO[at]SPAM hotmail.com at 11/18/2004 10:08:46 AM
Hi, I have a page with many usercontols and I would like to access other usercontrols from one usercotnrol , so I can access their server controls. This is how I do it, EditProfile UserControlep = (EditProfile)Page.FindControl("EditProfile"); This works when I debug it in my localmachine...more >>

referencing handler file within .asmx for webservice
Posted by asptodotnet at 11/18/2004 9:35:17 AM
I am now moving over from classic to .net and I must say, very impressed! I am having problems with figuring out how to create a webmethod that just references a function in a helper file that I have created. Does anyone have any quick tuts that cover this? Thanks! ...more >>

showmodaldialog and asp.net
Posted by venkat_chellam NO[at]SPAM yahoo.com at 11/18/2004 9:31:15 AM
I am facing a very peculiar problem I have a asp.net page with a grid loaded with some rows in the database. On each row, i have a editcommand column for editing the row. When user click the edit button, i do some calcualtion and depending on the results of calcalation, i need to show a ...more >>

Request Timeout Error Question
Posted by Steve Taylor at 11/18/2004 9:31:04 AM
This is a multi-part message in MIME format. ------=_NextPart_000_0012_01C4CD51.5375A340 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Here's what happening: - I have a global error trap set in global.asax defined as: protected void Appl...more >>

Problem sending email
Posted by VB Programmer at 11/18/2004 9:11:32 AM
I'm encountering an error whenever I try to email people not in my domain. I get this error: The server rejected one or more recipient addresses. The server response was: 550 You must check your mail from this IP or SMTP Auth before sending to jimmy@juno.com Here's the full error: Sy...more >>

How play mpeg in ASPX page?
Posted by VB Programmer at 11/18/2004 8:50:21 AM
How do you play an mpeg in an ASPX page? Do you need to add a reference of some sort? I added this in the html: <object ID="MediaPlayer" WIDTH="320" HEIGHT="285" CLASSID="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2in...more >>

Autpostback for Netscape and Firefox is broken
Posted by Arne at 11/18/2004 8:15:13 AM
I have a dropdownlist/select box with an autopostback to code behind. It works great in Internet Explorer, but doesn't work in Netscape and Firefox. What kind of support does ASP.net promise for Netscape and Firefox?...more >>

datasets, dropdownlists, cursors, defaultviews
Posted by et at 11/18/2004 8:12:19 AM
I need to get a bound dropdown list to display a particular list item, not the first one. When I use ddl.selecteditem.text = "12345", or ddl.selecteditem.value="ID12345", it changes the value of the first item, not point to the item in the list that matches that item. I believe I can use a de...more >>

hidden field
Posted by Mike at 11/18/2004 7:39:07 AM
Hi, I need to read an hidden field on the server side (code behind). I can modify the value in Javascript (client side), then call "form.submit();" on the client side. However, on the server side the value is empty. Any idea on the best way to set a hidden field on the client side and rea...more >>

Question on viewstate workaround technique
Posted by vMike at 11/18/2004 7:04:30 AM
I have a Datalist which contains linkbuttons. In order to get the information about the clicked linkbutton I have been enabling the viewstate. I have noticed that the size of the viewstate for datalists is quite large (about 8000 character) even though the datalist ranges about 20 items long. A...more >>

intermittant error on web server
Posted by jwallace NO[at]SPAM btutilities.com at 11/18/2004 6:45:59 AM
I hope that someone can help me out there with this problem. I get an itermittant problem with our web page that occurs about once every 10 to 15 days where the only way to fix the problem is to bounce the web server. The error can be seen below. I have looked at the stack trace and determi...more >>

Display the error on a custome error page
Posted by klj_mcsd NO[at]SPAM hotmail.com at 11/18/2004 6:44:16 AM
Alright, I'm trying to display Ex.Message on a custom error page. Here is what I did. When an error occured I caught the error and saved it in a session variable and when the page redirected to the custom error page I read the session variable and displayed the message. But this does not wo...more >>

US vs UK datetime/string format failing on certain machines. Ideas
Posted by adolf garlic at 11/18/2004 6:23:01 AM
I'm having a problem with dates. (No not the sort that you have at christmas) I have a webform with a text box and a calendar control. You can either - enter a date manually (we are talking uk style here dd/mm/yyyy) in the textbox - click a date on the calendar which puts the date value i...more >>

read table from MS-Word
Posted by John at 11/18/2004 6:13:03 AM
Hello All, We have several word documents with tables. Is it possible to read a table from a MS Word document to a datatable for use on our intranet? John...more >>

Find datagrid height dynamically
Posted by RJN at 11/18/2004 6:01:50 AM
Hi I need to find the datagrid height dynamically based on the no. of records in the grid. I have set the height for the Item style and alternating item style. But I can not depend on this since some of the records might get wrapped and hence I need to find this dynamically. Based on the gr...more >>

Update or Databinding?
Posted by louise raisbeck at 11/18/2004 5:49:02 AM
Hi, There seem to be several ways to update rows in sql. What is the best practice? I have written a medium sized update statement into a stored procedure, taking values from the web text controls, drop down lists etc. It works, but i have also been reading on databinding fields to a datas...more >>

Very Slow XSLTransform with XPathDocument
Posted by Sean Hoffman at 11/18/2004 5:45:03 AM
Framework 1.1 SP1. Page.xml is about 1.5mg. m_oXSLTransform.Transform takes about 2 minutes. When Page.xml is trimmed down to a smaller doc, it takes about 2 seconds. Same code ran in about 4 seconds under asp. not using <xsl:key>. XslTransform m_oXSLTransform = new XslTransform(); ...more >>

Logon using client certificate
Posted by Robson Carvalho Machado at 11/18/2004 4:59:05 AM
Dear friends, I'm creating an application that needs to ask users to show its Client Certificate. I've set IIS to use HTTPS and require client certificate, but when application runs the following message are showed: What can I do to correct this? Regards, Robson Machado Server Er...more >>

Deploying ASP.Net projects
Posted by No One at 11/18/2004 3:50:13 AM
I know I can deploy my reports to the Reporting Services server, but how might I deploy me ASP.Net project files and DLLs to another server? I develop locally, but am getting tired of copying files over the network to the Integration server. Do I need an external tool for this? I am currently...more >>

__doPostBack and arguments
Posted by Mike at 11/18/2004 3:28:02 AM
Hi, I am using the following code in the page class: this.Button1.Attributes["onclick"] = this.Page.GetPostBackClientEvent(this, "MyButton1"); When the Page_Load fires, the arguments ("e" variable) are always empty and the sender is always the form itself. I need to figure out which c...more >>

LDAP directoryEntry
Posted by huzz at 11/18/2004 3:10:02 AM
How do i create a directory entry to access a user's details such as their email address. Here are the object structure. domain.co.uk | |Computer Services - Type (OU) | |Cliff Saran - Type (User) Cliff Saran's username is...more >>

ldap objects
Posted by huzz at 11/18/2004 2:34:01 AM
Where can i find the list of every objects in active directory? I am looking at someone's code and can't really figure out how this works? DirectorySearcher src = new DirectorySearcher("(&(objectCategory=Person)(objectClass=user))"); I don't understand what object Category and objectClass...more >>

Saving settings on the client machine
Posted by James at 11/18/2004 2:18:02 AM
I have a text string containing XML data that I'd like to save on the client machine, in local text file. I need to prompt the user for the location of the file, so that the user may save different XML strings in different files. How do I provide a file-save dialog box, similar to the one a us...more >>

Drag n Drop across frames
Posted by Ramesh Chawla at 11/18/2004 1:18:03 AM
Hi, I want to implement drag a drop kind of functionality across frames using ASP.NET(VC#). The scenario is like, 1) I want to break the screen into 3 frames with the leftmost and the rightmost frames take 25% space each and rest 50% is occupied by the middle frame. 2)Now, what I wo...more >>


DevelopmentNow Blog