13,153 Topics
| |
Hello friends I m entirely new to ASP.Net language. I dont know anything about this except basics of object oriented programming. Can anyone suggest me good books to study ASP.Net and tell me the differences and similarities between ASP & ASP.Net. Thank in advance.... | |
Hello everyone, I'm new to this...Last night I made a program in Visual Studio 2005, and when I brought it to school today to run, it wouldn't because they don't have .NET 2.0 installed... Is there a way I can compile my program with the .NET 2.0 framework inside it? … | |
I use CustomValidate to check för "<" in the beginning of text entered into few text boxes. It goes just fine, as long as the user deletes the potentially dangerous sign and updates the page. But if the user choses to break the update and instead press Exit button, the … | |
Does anyone have info on this code? Where it comes from. MS Support has provided no help -- it appears to be from recent update to MS.Net Framework 1.1. My MS office suite programs recieve this same message and error code whenever they launch, followed by "Common Language Runtime Debugging … | |
iam using login control in my application. Remember me next time property in not working even i enable the checkbox Regards, rams | |
Hey all i am facing a problem in a crystal report i have added an OLEobject as Bmp picture. i want to add the source of this image from the code-behind. How to do that? Thanks in advance | |
I am wanting to know what ways to attempt to do this. I want to set up an ASP >NET database service. The database (MySQL) will be hosted by a web hosting company which mya not be secure. I am thinking the best way to store clients' data would be … | |
What I ask can be very familiar to most of you. So, please don't point me a URL in MSDN, I can't understand the stuff there. Instead please add the "lacking" codes and help me to complete the code.I need to store First Name and Last Name of userswhich come … | |
Hi, I need to pass the check box value to the crystal report. i want to select those quantity > 0 and quantity < 0 and display it to the crystal report. How to solve the problem? I need it urgently. Thank you. [COLOR=#0000ff][/COLOR] [COLOR=#0000ff][/COLOR] [COLOR=#0000ff]Dim[/COLOR] Quantity1 [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]Integer [/COLOR][COLOR=#0000ff]Dim[/COLOR] … | |
I need an immediate help, I have developing a asp.net project. I have uploaded it through internet, Some JavaScript was present in the pages. While browsing through mozila browser the scripts does not workin, And also the css files are not working properly. Regards, Raju Biswas | |
The current application is working with Crystal Reports to print our reports in pdf format. My users would like to print the reports in Excel. Have no clue to go about doing this. Any suggestions? Thanks | |
Hi, I'm using the DataGrid control with databound columns. I have an EditCommandColumn to allow for the Edit of the row. I'm having trouble retrieving the values of the row being edited in the UpdateCommand event. For example e.Item.Cells(4).Text and DataGrid1.Items(lCurrRow).Cells(4).Text always returns a blank value instead of the value … | |
I want to fill a drop down list with some data in a data source. I defined a page level array and redim it in Page_Load. I get an error saying "Object reference not set to an instance of an object" The error occurs at the statement, Page.DataBind() Below is … | |
Hi, I'm new at this and need some help. I'm writing a simple validation page, and have edited my web.config page to include the path to a system database that points to an access db. All is well except I have over 100 messages all saying: [Message 2 Could not … | |
Hi everyone, This z Bhala, i'm a .net Programmer, nice to meet you all, n i also welcome other new commers to this site Good Luck ! | |
Hi, Does anyone know how to format a DataGrid control with fixed Height and Width values with a vertical scroll. The DataGrid columns are bound to a Dataset. Thanks | |
Hi every one, What is the purpose of adding the property Autopostback="True" in either of the following elements: <asp:RadiobuttonList <asp:DropdownList <asp:CheckBoxList <asp:TextBoxList.... in using dataset or sortedlist or hashtable. with regards | |
Hi guys I am developing a website for the bureau of finance and economic development in my state, Tigrai. Which one is suitable to use: OleDb or AdoDb? | |
we are facing one prob with vb .net Enterprise edition. we have installed vb .net on 2000 server machine and xp now the problem is when we are creating any form and adding list or combo box it is not showing the added items at run time where can be … | |
[B][U]Free Software Developed by our developers[/U][/B] [B][URL="http://www.webhostforasp.net"]FREE download DotNetNuke File Manager[/URL][/B] [B]This software is completely free.[/B] [B]Designed using ASP.NET 2 Technology [/B] [B]User-friendly interface,Designed like DotNetNuke File Manager with the tree based file explorer [/B] [B]Powerful file manager with no need for FTP, upload files from your hard drive, copy, … | |
Hello, - I’ve made an form where users can subscribe. - When they click on the submit button then they will receive an email with their data they have filled in on the form. - There will be also an email send to an administrator with the same data as … | |
Hi How do i transfer data from a Database table to a dropdown list on a .aspx page using datasets thanks | |
Hi, What is the best way to control data displayed by a GridView when using a listbox that allows you to make multiple selections. I'm currently using a Select Parameter to control the data displayed (using the WHERE clause of the SQL Select Query), though the FilterParameter would make more … | |
Hello, I have created a page that allows users to retrieve, delete, Edit & Update information to a database. I am trying to write write a flat file that will write all the text boxes that have been changed. The code in VB is: For Each Item In Request.Form ' … | |
hi... anyone know how to add a textbox into a gridview dynamically? can u just write a simple code how to accomplish that? only how to add the textbox in the gridview | |
Hello guys this is my first attempt at learing at server side scritping language. I know basics and have worked with Javascript, HTML and CSS. Any pointers or site which can tell me or teach me the basics of ASP .NET so that in the end i can achieve the … | |
Hi all , I come today with other problem .. I am developing a web project which has two phases (English,andArabic). The english phase works well. The problem in the arabic one which appears in strange letters . The strange in the matter is that the arabic project works good … | |
Hi all, I need to access a memory location directly from a ASP.NET page. Is it possible? ie, I need to [B]write a particular value to a port or to a memory location in the server machine[/B]. Please give suggestions... Thanks in advance Sunilaryad | |
Hi, [B]Is it possible/how can I dynamically add fields to a DetailsView using code?[/B] I have a detailsview set for inserting data, but some of the fields that need to be inputed are based on records in the database, selected by a dropdown list in another field. -James | |
[COLOR=#0000ff][B]Hello, I am new at this forum. I am trying to figure out how, if possible at all, to transfer data from an asp .net page into a javascript script in an HTML page. [/B][/COLOR] |
The End.