13,153 Topics

Member Avatar for
Member Avatar for palash_kol

I have designed a masterpage in asp.net. There is a dropdown list in my asp.net form which select that masterpage. But each time when I select an item from the dropdownlist the entire page gets refreshed. I want a javasript code to block the refresh of dropdownlist item selection and …

0
58
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
86
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
76
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
134
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
848
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
45
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
144
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
259
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
187
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
134
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
68
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
42
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
140
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
132
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
82
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
51
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
315
Member Avatar for shine_jose

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

0
63
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
85
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
37
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
31
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
244
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
55
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
113
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
210
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
83
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
87
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
863
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
53
Member Avatar for riyas_26

Helo experts, I used a grid view in my project. in that i used both horizontal and vertical scrolls.. its work fine. But the problem is , when i scroll down the header is also moved down. I want to have a fixed header provided the contents alone scroll. please …

Member Avatar for jbisono
0
79
Member Avatar for ema005

Hi all, I have a CheckBox in a datagrid called DataFinAdjust. The Autopostback properties of the checkbox is set to true. At each post back i want to be able to do an update using other columns of the datagrid as unique identifiers. The challenge i have is that the …

Member Avatar for ema005
0
92
Member Avatar for delhiris

Which is base class in .NEt (maybe ASP.Net) ? I have this question on interview?

Member Avatar for sknake
0
71
Member Avatar for san_crazy

hi friends, I have been learning .net far few months. actually I want to learn how a web application made using ASP.Net and c# so need some links where I can download some good projects from. regards san

Member Avatar for pritaeas
0
84
Member Avatar for mansi sharma

Can somebody help me in making me understand the regex function- What these characters means /^(\w+[\-\.])*\w+@(\w+\.)+[A-Za-z]+$/ [code] function validate(input) { var email =/^(\w+[\-\.])*\w+@(\w+\.)+[A-Za-z]+$/; if(email.test(input)) { return true; } else { alert('invalid email id'); return false; } } [/code]

Member Avatar for pritaeas
0
79
Member Avatar for qwedster

Hi! I am using Zedgraph in my ASP.NET application. I get a duplicate legend in my graph. How to remove? Please help! Here's my code: //Default.aspx.cs [code=c#]using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Drawing; using ZedGraph; using System.Configuration; using System.Data; // using System.Data.SQLite; public …

0
65
Member Avatar for 123divy

Security problems using Cache in application by creating 2 virtual directories of same application in windows server 2003.If One user enters his personal data using site 1,then will the other users be able to see the data using site2. Please reply. Thanks in advance.

0
44
Member Avatar for nikweb

Hi All, am a new web developer in ASP.NET, am developing an application that involves user Interface. In my application am assuming that there is already a database which consists of user profile e.g Username, password, Firstname etc., so I created a database and I manually put in values. the …

Member Avatar for nikweb
0
87
Member Avatar for saj_amo

how to use website templete in asp.net web page or how to design it with .css if any body know where to get css files for asp.net plz tell me. thanks

0
62
Member Avatar for saj_amo

:'( i want know that i have developed a web site with using sql database backhand in asp.net nw how can i deploy it i mean i want to know process how to register it or host it from where ??

Member Avatar for saj_amo
0
91
Member Avatar for saj_amo

hi guys, in asp.net page i have designed a registration page few textbox are in that page i have set field validators on them but problem is that there are two buttons one is for register and the other is to go back to main page when i am clicking …

Member Avatar for saj_amo
0
161
Member Avatar for coollife

I have a drop down list in my userdetails web page where in i ask people to enter their name , state , address .. all other details and also country . But Now What i want is instead of entering the country name into textbox i want to put …

Member Avatar for praveenkumarm
0
66
Member Avatar for ricksvoid

Although im not new to asp.net, this will be my first e-commerce project. Any thoughts on using paypal? Im very tempted to use it for the sheer simplicity alone. any downfalls? Ive never built my own shopping cart but i could probably figure it out using session states and what …

0
94
Member Avatar for sonia sardana

I used the GridView1_RowDeleting Event to delete from the gridview . [code] use sonia select * from Info1 drop table Info1 create table Info1(UID integer,FirstName Varchar(100),LastName varchar(100),EMail varchar(100),Address varchar(100),PhoneNo varchar(100)) Insert into Info1 values(1,'Sonia','Sardana','a@yahoo.com','FBD','2222') Insert into Info1 values(2,'Shouvik','Choudhary','b@yahoo.com','KolKatta','9848484474743') Insert into Info1 values(3,'A','Ad','ds@yahoo.com','qqwD','9444212270') [/code] Suppose I delete record that has UID …

0
53
Member Avatar for f_atencia

Hi peoples. I have a button: [icode]<asp:Button ID="nextView4" runat="server" Text="View Summary" CommandName="NextView" />[/icode] ...a label... [icode]<asp:Label ID="LastNameResult" runat="server" Text="">[/icode] ...and a textbox... [icode]<asp:TextBox ID="TextBoxLastName" runat="server"> </asp:TextBox> [/icode] And basically i need to get the text written in the textbox into the label when the button is pressed. As you can …

Member Avatar for becooler
0
67
Member Avatar for ritu verma

I have three textboxes & one button Add & one Gridview.I want to add the textboxes data in Gridview on button click.

Member Avatar for ritu verma
0
57
Member Avatar for .netidiot

Hi, I have been using asp.net for a short period of time now and really enjoy the functionality offered by visual studio. However I see there is no automated way of generating a search of a datagrid. What i want to do is simple take the string from a textbot …

Member Avatar for kvprajapati
0
144
Member Avatar for mansi sharma

I have two textboxes textbox1 & textbox2..I use compare validator,Suppose I enter 12992 in textbox1 & textbox2 text is left blank,& when i click on button, then y the page is postback.Cz page is not postback,untill all the validators are satisfied!!!!!!!!!!!

Member Avatar for kvprajapati
0
93
Member Avatar for simfan147

How would I do this and once when I connect how do I add stuff to it using ADO.NET? Thanks. :)

Member Avatar for kvprajapati
0
55

The End.