13,153 Topics
![]() | |
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 … | |
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 … | |
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 … | |
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 … | |
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", … | |
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 | |
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' … | |
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........... … | |
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 | |
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, … | |
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. … | |
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 … | |
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 | |
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 … | |
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, … | |
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 … | |
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 | |
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) | |
hello, would you pls suggest some links to get started with crystal reports in asp.net c# 2008. | |
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 … | |
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 … | |
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 | |
[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 … | |
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 … | |
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 :) | |
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 … | |
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 | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
Which is base class in .NEt (maybe ASP.Net) ? I have this question on interview? | |
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 | |
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] | |
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 … | |
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. | |
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 … | |
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 | |
:'( 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 ?? | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
I have three textboxes & one button Add & one Gridview.I want to add the textboxes data in Gridview on button click. | |
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 … | |
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!!!!!!!!!!! | |
How would I do this and once when I connect how do I add stuff to it using ADO.NET? Thanks. :) |
The End.