13,153 Topics

Member Avatar for
Member Avatar for NewVBguy

Hi there, I am a newbie to asp.net and i am using asp 2005. Now i am trying to create a webservice site. My plan to to create a webservice function that will reaturn a oledatareader and beleow is my code: <%@ WebService Language="VB" Debug="true" Class="WebService" %> Imports System.Web Imports …

Member Avatar for lotusflower
0
183
Member Avatar for Raju5725

Hi, I have a web page which is developed using ASP.net code behind is VB.net. I want to print the page by clicking HTML button control but I dont want to print the print button control which is there in web page. I tried with window.print() but it is printing …

Member Avatar for ManicCW
0
1K
Member Avatar for postmaster

How to upload Images to SQL Server database using ASP.NET tools. Also how to retrieve those saved images from SQL Server and display them onto DataGrid. Visit: [URL="http://www.programmingknowledge.com/ImageUpload.aspx"]http://www.programmingknowledge.com/ImageUpload.aspx[/URL]

Member Avatar for postmaster
0
138
Member Avatar for siyathebest

Hello, I have to send an sms through asp.net web application, i am not getting any idea how to go through this. Any Suggestions Regarding this are Welcome.. Regards, Siya

Member Avatar for chmonalisa
0
69
Member Avatar for aspextrme

Hi, I don't have a lot of experience with the .net framework, but I know basics. I'm trying to get a set of sample pages up and running on my machine, however none of the .net pages work. I have no problem serving non .net pages with iis, but can't …

Member Avatar for chmonalisa
0
106
Member Avatar for Yaser

hi everybody i have developed a mobile web site using VS.Net 2005 and C#, and its working fine, but the problem is that i cant publish my page on the internet. I already have a domain and i tried "as many ppl told me" to just copy your files to …

0
59
Member Avatar for lolena1888

hi! can somebody help me? I use asp.net 1.1 (that's requirements) to create new website. I stuck with the following code. I created template such as: using System; using System.Web; using System.Web.UI; namespace Moft { public class BasePage2 : System.Web.UI.Page { private string pageTitle; ...} // Base Control Class to …

0
51
Member Avatar for NewVBguy

Hi there, My plan is just to display the parent and chile page name/id on my wep pages. So what I am trying to do is to put a label control in each page to handle the display. Is there a control that handle this thing. Or how can i …

Member Avatar for ManicCW
0
80
Member Avatar for khwo

[COLOR=#000000]Hi, [/COLOR] [COLOR=#000000]I’m facing this problem when I create a project by using [I]“ASP.NET Web Application”[/I], the error message is prompt out like this [B][COLOR=darkred]“Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or …

Member Avatar for ManicCW
0
38
Member Avatar for yatt

[LEFT]I have 2 DropDownList in a single page.The 1st contain department name and the 2nd contain employee name.When I click the 1st DropDownList , the 2nd will display the employee name which are under that department.The problem is the 2nd DropDownList will display redundant data and when I choose another …

Member Avatar for ManicCW
0
90
Member Avatar for Exelio

Hi, I have created a asp.net application.when i try to execute the application, I am getting this error. Access to the path "c:\windows\microsoft.net\framework\v1.1.4322\Temporary ASP.NET Files\webApplication1\5163874c\83859bc7" is denied. While searching the net,i found this solution. To grant ASP.NET write access to a file, right-click the file in Explorer, choose "Properties" and …

Member Avatar for Exelio
0
207
Member Avatar for svishnuvarthan

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....

0
57
Member Avatar for Wreef

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? …

Member Avatar for tgreer
0
263
Member Avatar for Anna Krieger

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 …

Member Avatar for Anna Krieger
0
113
Member Avatar for hikerpack

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 …

Member Avatar for TonyNYC
0
411
Member Avatar for ramakrishnach

iam using login control in my application. Remember me next time property in not working even i enable the checkbox Regards, rams

0
93
Member Avatar for web_developer

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

0
53
Member Avatar for cpopham

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 …

Member Avatar for nunnakk
0
203
Member Avatar for vbgaya

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 …

Member Avatar for nunnakk
0
135
Member Avatar for tay1964

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] …

0
62
Member Avatar for raju1729

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

0
69
Member Avatar for joonoh05

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

0
87
Member Avatar for mikefitz

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 …

Member Avatar for mikefitz
0
163
Member Avatar for vbgaya

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 …

Member Avatar for postmaster
0
121
Member Avatar for Tim Kelly

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 …

Member Avatar for Tim Kelly
0
227
Member Avatar for Bhala

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 !

0
62
Member Avatar for mikefitz

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

Member Avatar for mikefitz
0
239
Member Avatar for Embeza

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

Member Avatar for campkev
0
74
Member Avatar for Embeza

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?

Member Avatar for hollystyles
0
83
Member Avatar for saxenapankaj

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 …

Member Avatar for Mihir3000
0
58
Member Avatar for juon

[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, …

0
149
Member Avatar for unie

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 …

Member Avatar for aish
0
221
Member Avatar for Embeza

Hi How do i transfer data from a Database table to a dropdown list on a .aspx page using datasets thanks

0
64
Member Avatar for ChimpusDupus

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 …

Member Avatar for ChimpusDupus
0
191
Member Avatar for Munoz

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 ' …

Member Avatar for madmital
0
153
Member Avatar for infinity4ever

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

0
129
Member Avatar for ~s.o.s~

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 …

Member Avatar for ~s.o.s~
0
135
Member Avatar for web developer

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 …

Member Avatar for tayyaba
0
182
Member Avatar for sunilaryad

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

0
54
Member Avatar for ChimpusDupus

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

0
81
Member Avatar for sergiofmolina

[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]

Member Avatar for hollystyles
0
98
Member Avatar for pokahantos

Hi every body, I am suppose to develope a web site contains access DB using ASP.NET but, unfortunatly i have no background about ASP.NET so I was wondering what i have to do first.... if any one could advise me about this, how i begin learning, books, sites, e-book.. etc, …

Member Avatar for hollystyles
0
140
Member Avatar for Phoenix777

Hi I need to sort and filter a grid on the client side... While searching the net I came across a site [URL="http://rdcpro.com/xmldev/filterandsort/demo.html"]http://rdcpro.com/xmldev/filterandsort/demo.html[/URL] While looking at the site I noticed that it is saving the xml and xsl files(or so it seems) in the client cache files and then formatting …

0
87
Member Avatar for steven01

I want add games to my site,but I don't know how to make them in rows and lines.Can anyone help me?

0
69
Member Avatar for scarlson

Does anyone know how to update or add a profile to HttpContext.Current.Profile? I am manually creating a user, adding him to a role and creating his profile. The problem is that the newly created profile is not in HttpContext.Current.Profile until I log in as the newly created user, which I …

0
57
Member Avatar for ChimpusDupus

Hi, I'm using a GridView Control in which I wish to show thumbnail versions of images saved as binary data on a SQL DB. I have a page that accepts an ID parameter to use in finding the image on the database. The page uses the [inlinecode]Response.BinaryWrite()[/inlinecode] method to display …

0
68
Member Avatar for websyd

i posted a thread on creating controls dynamically but the answer given did not solve my even in other forums. My Prob is that im trying to build an application that needs the user to details of goods recieved. I hav a dropdownlist that reads the value of productname from …

0
64
Member Avatar for adnan1888

i want to display some data in a grid but this is the error i get. withEvents variable 'DataGrid1' implicitly defines '_DataGrid1', which conflicts with a member of the same name in class 'mastersearch'. i tried renaming the variables but that does not help because it EITHER doesnt bind the …

Member Avatar for hollystyles
0
144
Member Avatar for websyd

Hi Please i need some clarification on creating controls dynamically ie. This code creates 10 textboxes on Page_Load() for i = 1 to 10 dim MyTextBox as new TextBox panel1.controls.add(MyTextBox) next i need to do this with a button_Click Event so that each click will create 1 textbox at a …

Member Avatar for hollystyles
0
50
Member Avatar for websyd

I created a textbox dynamically like this Sub Page_Load() For i = 1 to 5 dim MyTextBox as new TextBox panel1.controls.add(MyTextBox) This creates 5 TextBoxes all at ones But say i want a button to create this textboxes one after the other untill i create the whole 5 textboxes how …

Member Avatar for hollystyles
0
228

The End.