13,153 Topics

Member Avatar for
Member Avatar for kralco626

Ok this is not as simple as it seems. I know i can create it on the aspx page. And make my changes there: set colums to read-only, turn colums into template fields, edit the template fields, and set the names of the headers. BUT if i want to add …

Member Avatar for Ana D.
0
84
Member Avatar for .netidiot

Hi , i have used the asp.net membership wizzard to create new users for my website. I have attempted to customised the wizzard by adding a dropdown list which allows for the user role to be selected before creating the new user. The error message i get is Server Error …

Member Avatar for textbox
0
74
Member Avatar for Ana D.

Hi, In the page I'm developing, I have a CheckBoxList which is populated based on what the user types in a TextBox (Similar to an AutoSuggest). The CheckBoxList is inside an UpdatePanel. When anything is typed, I'm settting the focus to the end of the word, otherwise the focus goes …

Member Avatar for Ana D.
0
131
Member Avatar for Ana D.

Hi, In the page I’m developing, I have two textboxes, and two CheckBoxLists. Each CheckBoxList is being populated according to what the user types in the respective TextBox. In the Page Load, I’m doing the following (VB.NET): [CODE]Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load FirstTextBox.Attributes.Add("onkeyup", …

Member Avatar for Ana D.
0
818
Member Avatar for beaustark

Hi, I am creating a website using website in asp.net2.0, Can i use Class here. Please help me in this. Although i am able to create class, but i am not able to use that. Please help me. Regards, Beau

Member Avatar for sknake
0
43
Member Avatar for Chris_TDR

Our website is split into 13 host countries, each with language data and (eventually) individual prices on products, to stop people viewing other country's prices we use the ip2nation database to determine the user's IP location (or proxy location) then a server-side filter redirects them to the relevant homepage 'shop' …

Member Avatar for sknake
0
141
Member Avatar for avirag

Hi!!!!!! I have made an application and made its exe file also............ But I don't know how to inbuilt .NET framework with my application to distribute my application to clients....... When the user is online then .NET framework automatically installs but in offline mode its giving error for .NET framework........... …

Member Avatar for avirag
0
255
Member Avatar for ajri02

Hí! I develop my website by Asp.net and I insert Google Analystic code inton Default.aspx file. But I can't see its report? Anyone experience with Google Analytic please help! Thank in advance

Member Avatar for sknake
0
184
Member Avatar for culebrin

Hi, I have 2 projects, the business entity, there I have all the classes mapped from the database and the web project where I fill those business entity classes. Then, I need to store in a DB. I have the globalization set in the web.config on the web project. (VS2008, …

Member Avatar for sknake
0
133
Member Avatar for Derice

When a host request a page from server, the server will 1st bind a encryption key to the host's mac address. Data provided by host will be encrypted at the client side using the same encryption key. The encrypted data submitted by the host will be decrypt by the server. …

Member Avatar for sknake
0
1K
Member Avatar for Derice

Let say i hv two textbox, i.e. TextBox1 and TextBox2 and a button. Is it possible for me to write text into either Textbox1 or TextBox2 when the focus is at the textbox and button is clicked subsequently? For example my focus is now at TextBox1 then i clicked on …

Member Avatar for sknake
0
66
Member Avatar for alokshri67

Hello, I want to print a report using my database in asp.net as we can do in VB6 with printer object. How can we do it in Asp.net? Thanks Alok

Member Avatar for sknake
0
39
Member Avatar for deeptim

Hi, ASP .net is totally new area for me. I am trying to build one web application to be accessed internally by my team through local network. So, I am trying to add one login page in my project asking for user's username and pwd. Now, I want my application …

Member Avatar for deeptim
0
138
Member Avatar for jbisono

Hi i have a table which i was using with a datagrid using hyperlink to maintain a simple menu to browse a internal site. but now i decided to create a horizontal menu with the Menu Component of asp.net, i know there is a different way how to do this, …

Member Avatar for serkan sendur
0
128
Member Avatar for mindfrost82

I have an Access database and I want to fill some text boxes with data from a table. I'm using the following method for an example: [code] Me.txtCompany.Text = dr.GetString(1) [/code] That works great. I have that in the PageLoad event. Then I want a user to be able to …

Member Avatar for mindfrost82
0
80
Member Avatar for Pankaj18

Hi, I have an issue using Upadtepanel, if i use it on the form the Gridview does not seem to work. Is there a way out for this? Please help me Thanks Pankaj Singh

Member Avatar for serkan sendur
0
49
Member Avatar for shine_jose

help please, i wish to know the code to redirect to an exsisting open web page from another web page(ie child page want to be closed and control want to be come to parent web form which is already previously opened)

Member Avatar for praveenkumarm
0
311
Member Avatar for shine_jose

hello, would you pls suggest some links to get started with crystal reports in asp.net c# 2008.

0
61
Member Avatar for robertmacedonia

Hi, I get this error when I try to access my project which I've just put up on a server - Compiler Error Message: CS0246: The type or namespace name 'DataSet1TableAdapters' could not be found (are you missing a using directive or an assembly reference?). The line it's complaining about …

Member Avatar for robertmacedonia
0
83
Member Avatar for 123divy

Hi, We have a Windows Server 2003 and Multiple Departments Publish their Websites on to this under Default Website. We are trying to verify if Dept1 Created theor application called app1 and Dept2 created their application called app2 ,then if the app1 puts any data in the cache . For …

0
36
Member Avatar for coollife

HI friends i am displaying images in a datagrid . When the user moves the curor over the image a pop up window should come up displaying the details of the image. Please specify how to do it Thanks in advance

Member Avatar for Ramesh S
0
29
Member Avatar for coollife

[url]http://www.time.com/time/business/article/0,8599,1219395,00.html#drawn[/url] this is one of the good website i searched through google.. If i want to convert a similar website to aspx page how do i do that. This is urgent requirement . It should be 100 percent conversion . I tried renaming the html extension as aspx it doesnt …

Member Avatar for Ramesh S
0
235
Member Avatar for Derice

Let say i hv two textbox, i.e. TextBox1 and TextBox2 and a button. Is it possible for me to write text into either Textbox1 or TextBox2 when the focus is at the textbox and button is clicked subsequently? For example my focus is now at TextBox1 then i clicked on …

0
54
Member Avatar for SammiSmi

Hi all :) Does anyone have or know of any examples of how to store and upload .pdf files through a c#/asp.net web application? Thanks :)

Member Avatar for SammiSmi
0
110
Member Avatar for Mongz

Guys i need to validate a menu item on my ASP.NET application. The menu item has 4 links (Home, News, About us and Contact us) one of them "News" must not redirect to page if the user has not log on, the other three can redirect even if the user …

Member Avatar for anuj_sharma
0
207
Member Avatar for omotoyosi

Hello, Please how do i use progress bar in asp.net. It is not among the controls in the toolbox. what do i do please help and be explicit. tanx

Member Avatar for fawadkhalil
0
80
Member Avatar for fawadkhalil

Hey all i have gridview with two buttons up and down inside gridview. by clicking on moveup button row should move up and down when user clicks on move down button. How can i achieve this.Please provide some sample code

Member Avatar for fawadkhalil
0
85
Member Avatar for .netidiot

Hi, I have been pulling my hair out for the last few hours trying to solve this. I have found that you can get a value for DropDownListSelectValue.changed however i need multiple values. I have configured my dropdown list to Select Name From Resources, however on the query i have …

Member Avatar for .netidiot
0
854
Member Avatar for culebrin

Hi, I a real newbie on WCF, and I want to implement a service that reads from a DB some data and returns generic lists of custom objects to the client. So I implement the service like this: Interface: [CODE=vb] <ServiceContract()> _ Public Interface IRepositorio <OperationContract(Name:="ListarAlmacen")> _ Function ListarAlmacen() As …

Member Avatar for culebrin
0
1K
Member Avatar for qwedster

Guys! I got 2 `ajaxToolkit:sliderExtenders` "SliderExtenderVertical" and "SliderHorizontal" targeting 2 `asp:TextBoxes` "SliderVertical" (with definition for "SliderVertical_TextChanged") and "SliderHorizontal" (with definition for "SliderHorizontal_TextChanged") respectively. However, when "SliderVertical" is slided, both "SliderVertical_TextChanged" and "SliderHorizontal_TextChanged" events are triggered! How to prevent "SliderHorizontal_TextChanged" event from being fired when "SliderVertical" is slided? As a matter …

0
51

The End.