Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top ASP.Net Programming Solutions: 201 - 225 of 1972
 
I am using tab container on my page and my requiremnt is simple when use moved to another tab i need to change the caption of some label to another title. SO i used the OnClientActiveTabChange...
hello all, i'm a novice user coding in c# i'm using an ajax tabcontainer to provide multiple tabs of data. each has a datalist and sqldatasource inside. could someone please provide some...
i am getting following error even i made  EnableEventValidation="false"  getting following error   Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server cou...
Hello, I'm searching but can't find this one: How (or is it possible) to convert System.Web.UI.WebControls.Image to Byte() ? Thanks !
I am befuzzled by this. I have Gridview being populated by a SQLDataSource that connects to an Oracle 10g database via DataSourceID="SQLDataSource1". The DataGrid has bound fields and templ...
I have a webform with a gridview and I'm using sqldatasources to populate dropdownlists so that the names entered in the database when the gridview is edited will all be uniform. I hope that m...
I have an EntityDataSource on a web form. This datasource has a Where clause set to filter for certain records from my database. I've added another clause that checks for null values, but this...
I have a ASP.NET website where I have to email notifications to users when they have a new message waiting on the website. I store the messages I have to email in a table on the SQL 2008 da...
I have a textbox that is set to multiline - is there any way to save to db and then display back when an user enters a line break, so they hit the enter key and type a new paragraph, i find it...
I am developing my First Web App. I have successfully created a Table Adapter that retrieves data from a stored Proc in a SQL Server 2005 database. The data displays in a Grid View on a web ...
I'm attempting to get a list of files in a directly.  I've been able to retrieve all the files and populate a datatable and assign the gridview datasource and the list is appearing as I want. ...
Hi Experts, I have grouping in my report, and I want each group to print in a separate page, so I ticked the "new page after". But this is causing a blank page to be printed end of each rep...
I am following a tutorial where i use a Repeater Databound Control nested within another repeater control to display the related database items from the relational SQL Database using C# code. ...
How do I check the dimensions of an image before upload,  throwing  some kind of warning if it exceeds the max size I set.
Hi - I used an excellent post at http://www.csharp411.com/convert-binary-to-base64-string/comment-page-1/#comment-5266 to use Base 64 to create shorter URL id's. I'm not too familiar with all ...
I have created a TextBox, i want it should display its default value or Text as Current Date of the Day, without any event being fired.
hi i want to export the multiline textbox then gridview to excel see the attachment.. but i want first textbox content the gridview content
Hello all, I want to do the following, I am going to have a dropdown box where the user is going to either select Tab, Comma, Semi Colon, Pipe delimiter file.  I then need to after they sel...
I'm creating a fantasy football page and having problems with a page that will list all of the players in a gridview and when a button is clicked, assign that player to a member specified in a...
In a gridview how can put the selected page number in bold, or in another color when formating with css.
Hi All, I have the attached Gridview. Please could anyone let me know how to conditionally disable the LinkButton control with the ID 'LinkButtonDelete' depending on the Boolean value withi...
Hi any one could you please help me to convert php code into c#
There is a master page with <form id="masterform" runat="server"> It has 2 contentplaceholders: <%@ Register Src="header.ascx" TagName="Header" TagPrefix="uc1" %> <asp:contentplaceholder ...
I'm having a problem inserting correct date and time values into my sql server db from a vb.net web page.   The page is running my insert proc corrrectly apart the format that the datetime ...
In ASP.Net, I have a number of radiobutton groups on a single page. When I submit the page, I would like to retrieve the value of each group and then save to a database.  How can I get the sel...