Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

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

 
Top ASP.Net Programming Solutions: 176 - 200 of 1936
 
Hi All, Really sorry to throw you a whole lot of config code but I am getting the following errors and cannot work out why at all!!... it seems to work locally but as soon as I release to m...
Hi All, I am trying to use the following code to allow me to bulk insert CSV file data but I get the following error: System.Data.OleDb.OleDbException: 'C:\inetpub\wwwroot\admin\data\MyD...
Hi, Can you please suggest some good MS SQL database backup software that is easy to use? Thanks!
I have just switched from using the built in SQL datasource method from Visual Web Developer and created my first data reader as seen by the code below(in code behind VB.NET)...this does exact...
I'm trying to work out how to add a newline to a confirm messagebox I'm creating in my asp.net c# web application, triggered on a button. I'm using the following script: btnMyButton.Attribu...
I have two pages.  One where the user can enter data and one displays the data that they enter.  So, one page is a claim (header and detail) entry and one page has 2 gridviews on it that displ...
As mentioned above, I am getting this error when I click on Design mode in VS2008 for content page. Complete code is given below. One thing I observed: I had similar issue in another pag...
I have page Test.aspx with a ListView and a Linkbutton. The LInkbutton has a PostBackUrl to Test2.aspx and a CommandArgument that holds a ID. On Test2.aspx I want to recover the ID from the...
Hello everyone, I am working on a project in which I search in an sql DB according to a string inputed by the user. The result is displayed in a gridview - this is my usercontrol. My idea is ...
I am trying to reference a gridview's pageindex property via the DataBinder.Eval(Container.DataItem ... so that I can reference it in a static method
Hi There is a textbox in aspx page. It lets user input email address. 1. I need to check whether there has the same email address in member table, prevent duplication 2. I need to check ...
Hi experts, I am trying to integrate Yet Another Forum with my ASP.NET website, I have even read a link on how to do this. http://forum.yetanotherforum.net/default.aspx?g=posts&t=3500 b...
I have a gridview with AutoGenerateColumns=true that is presenting a challenge to me. Challenge #1 The data structure from the database server follows: Product |Qty |Jan-09|Qty|Feb-09|...
I have created a Flash movie clip (a dynamic menu bar) that reads an external XML file.  I have tested the Flash movie extensively within a regular HTML page and everything works as expected. ...
I want to populate menu in aspnet 2.0. my database is SQL 2005 and programming language is vbnet. i want to do with sub level menu also. i need some you can tell me coding step by step. ...
I am trying to change the color of a gridview cell based on a value that is pulled from a database and displayed in the gridview.  I have some code that works fine as long as the value is not ...
HI I have developed a function that searches a(some) word(s) using a SQL query (BLL passes to DAL an array with requested words), the main problem is when users type special characters ($,&...
HI, How can I do to retrieve in asp.net c# the content html of a page in the web? thanks
Hello, I have an ASP.NET 3.5/C# application running on Windows XP SP3 Czech, from within Visual Studio 2008 Std SP1 on the ASP.NET development server (not on IIS, but IIS5.1 is installed). ...
can someone please compact this C# code http://www.codeproject.com/KB/system/everythingInAD.aspx#27 (note bookmark in URL) ...., i only need to search for user and his given passord, passwor...
Hiii i am developing a site like orkut and i want to include the facility like online chatting when the user is online and displaying as offlined when the user is offline and sending offline ...
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...