13,153 Topics
| |
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. :) | |
Every1 talk about web browser in Java or C++ etc. etc. But for the first tm I took up the challenge in .NET environment as my college final yr project...(Although forecasting as Simple & Best for my level..not extra junk... but yet essentially should be very viable) Not By using … | |
Hello, I am having an issue getting progressive download from from and ADO.Net Data Service. What I have is ADO.Net data service feeding the source of a Media Element in silverlight. The issue in my opinion is that when ADO.Net transfers a dereferenced value ($value) it isn't downloadable. How could … | |
I have one custom validator, one textbox & one button..I m checking the length of data entered in textbox. VB CODE [code] <asp:CustomValidator ID="CustomValidator1" runat="server" OnServerValidate="ValidateThis" ErrorMessage="The username must be 8" ControlToValidate="TextBox4"></asp:CustomValidator></td> [/code] [code] <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script … | |
Hi, i am developing a simple web application for fault reporting. Users log into the system and report a fault which is then added to a database. I want to be able to email the system administrator a log file containing the information which has been added to the database. … | |
[CODE]"SELECT * FROM tblKalender order by datum asc where datum > '" + Format(System.DateTime.Now, "MM-dd-yy") + "'"[/CODE] | |
Hello all, I have sql server 2005 and sql server 2000 installed on my PC. Our server only has sql server 2000. In my test environment (local pc) i need to configure my database (and/or) web.config to use sql server 2000 instead of 2005 for the profile provider. I have … | |
Hi all, Here is a beginner question I am working on a ASPX webpage where I have a ASP button that triggers a serie of event (C# code behind) that takes about 10 seconds to execute. I basicly want a Label to appear on the page just after the button_click … | |
Explanation of this statement | |
I bound the Gridview to the database,Now I want that in each row edit link is there,When i click on dat,then the data of data row comes to edit mode... SOURCE TAB [code] <asp:GridView ID="GridView1" runat="server" onrowediting="GridView1_RowEditing" AutoGenerateColumns="False"> <Columns> <asp:BoundField HeaderText="SNo" DataField ="UID" /> <asp:BoundField HeaderText="First Name" DataField ="FirstName" /> … | |
Hello, I think this was the closest for category for Silverlight, didn't see a section for it though. I was wondering, how could I use Ado.Net Data Services to progressively download information. [URL="http://this.homeftp.org/ProjectKristen/MusicDataService.svc/SongData(guid'8b54c913-40d9-4467-a663-a7d4327451c2')/Data/$value"]http://this.homeftp.org/ProjectKristen/MusicDataService.svc/SongData(guid'8b54c913-40d9-4467-a663-a7d4327451c2')/Data/$value[/URL] What I have right now is I have to download the whole stream to play the song, … | |
Hello, i want a calendar that loads data (via mySQL) and according to the data in the database set those fields with a red background. |
The End.