13,153 Topics
![]() | |
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. | |
Hi, I have implemented the “Sign in as different user” authentication functionality, using windows authentication, on our website. The functionality is same as SharePoint. I used explicit “un-authentication” by following code on our page which executes when user clicks on “Signin as different user” option: [code] protected void SignInAsDifferentUser_Click(object sender, … | |
Hello fellow "Developers" I am trying to create the local search functionality for a website using C#/APS.Net going against a MSSQL Dbase. I'm not really sure where to start. I have uploaded an attachment of what I think needs to be done. If someone could have a look and point … | |
hello experts, I am using a master page which includes 2 drop downs and a grid all are dependent on each other.. I put all the above controls in update panel to avoid page load .. it works fine. i want to show the loading image in popup at the … | |
Hi, For the page I'm developing I need a DropDownList with CheckBoxes on it, so that the users can choose more than one option without having to use the Ctrl key (and it's more intuitive). Because my options are being retrieved from the Database, the list of option can be … | |
Hi peoples, I have a textbox: [code=asp.net]<asp:TextBox ID="TextBoxFirstName" runat="server"> </asp:TextBox>[/code] I need to make sure that it captures data for a first name allowing letters from a-z, A-Z and special characters like - (dash) and the space characters. The validator will block all other characters. How do I go about … | |
Hi there, We are using CDO object for smtp server to send emails. One of my customer getting email error such as Could not access 'CDO.Message' object. What could be the reason if 'To' list, 'From' list and other coding stuff is ok? Is it related to some configuration on … | |
Hey Guys, I have a details view bounded with a sqldatasource. I want to calculate the the total no of entries in details view and show it to the user. Please tell me how to do this?? | |
Creating Dependent DropDownLists... Forcing the contents of one DropDownList to change based upon the selection of a value from another DropDownList. How can do so in C#(Asp.net) i have kept a dropdownlsits for locations ---> [B]Droploc1 [/B] ---of locations and acording to this i have to bind datas to my … | |
I have a grid view and I have a drop down list in several of the cols. A couple have their own data source, and a couple are hard coded. So when I click edit the labels turn to drop down list. BUT, i need to access the drop down … | |
Hello experts, I need advice for drop down list with option group support. Thanks in advance.. | |
Hi, I am using this code '[B][I]Response.Write("<script>window.close()</script>")[/I][/B];' to close current form in Asp.net . but if i want to close any specific form as "[B][I]employee.aspx[/I][/B]" then what is the code of it. please help me Thanks ! Pankaj Singh | |
Hai, I have developed a small application. I want to run that application in lan using IIS. Please help me how to run the application in lan. Manny Thanks in Advance for helping me. warm Regards, Srinivas | |
I have made a facebook app using Asp.net, I am using allow email and grant offline access feature. The code which i have written down is something like this <fb:prompt-permission perms="email">Would you like to receive email from our application?</fb:prompt-permission><br /> <fb:prompt-permission perms="offline_access">Click here to enable offline access</fb:prompt-permission> Now when User … | |
Hello, I faced problem with contentplaceholder control. I installed visual studio 2008, when I use master page & in web form I included it, my system will hang & I need to restart it. & when I open same website, It will ask me for recovery of page. can anybody … | |
Hi, i want to play a vedio clip in my web page.ihave added a media player control to the visual studio toolbox using the following procedure. Right click in the toolbox,select Choose items from the drop down,select Com Components tab from the dialog box and then check the corresponding checkbox … | |
Hi friends, I have a web page, called [B]Page1.aspx[/B], with many data and text on. So the printable version of this page, [B]Page1-printable.aspx[/B], is spread on multiple pages when the users clicks "Print Preview" My question is how can I set a header and footer for each of the printed … | |
Hi all I am very new to ASP.NET and I am still learning the basics and how to use various controls. I have used the adRotator control and also created the XML File using the coding mentioned below, but when executed in the browser it is showing error message(Which I … | |
Hello experts, I am using the following code for my flash player when it is clicked it should redirect to another page as specified(ViewNetworkMixVideo.aspx?id=56) ... The problem is it redirects the page in new window or new tab.. I want it to redirect in the same tab ie (target=self).. [CODE]<embed … | |
how I send a data by click button ,I know using SQL Server. I really new in this subject? Thanks | |
i am very new for ajax..can anyone send me the link or material to learn ajax plz | |
I am trying to run a website on visual studio.net 2005, but is giving me following error, 'Error 1 It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. … | |
while i was editing the <asp:data grid>............. tag in the source part . i by mistake deleted the closing tag and pressed f5 and it gave error and it didnt allow me to correct it . Finally i restarted the visual studio and later it was allowing me to make … | |
Ajax control is not wroking fine.It is displaying partically and its behaviour is also totally different and not upto its usualy standard.Cud anyone plz give me some solution to solve this problem.urgenttttttttttttttt regards saleem | |
Alright so I have a Grid with 17 fields. I have my onrowupdating method, and it works, except for this one value is not getting passed to the method. So when I say e.oldValues I get only 16 not 17. The problem lies in one of the rows that I … | |
i want to create the xml file and add insert and delete the node , caN YOU SUGGES ME TO THE CODE OR LINK TO HELP ME , | |
Hey Guys, I have a developed a website and is working fine on Cassini server but now i want to run it on IIS server. Please tell me the whole procedure to do it?? I have installed IIS 7 on my Windows Vista. | |
I m planning 2 go for some language and m completely confused in between vb.net and asp.net. could any one let me know which one is for what and more applicable nowadays in industry.. like my main emphasis is on website development and o also want to develop an inventory … | |
hi developers my name is sajjad i have little problem in asp.net i have made two pages one is login and other is welcome page a user enters name and password in login page after checking valid user it open welcome page and after signout jumps to login page again … | |
I have my gridview set up to a sql data source which is in turn linked to a stored procedure. I get the following error: Procedure or function <stored procedure name> has too many arguments specified. My sql datasource code is: [code=aspx]<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:DVC_OVRLDConnectionString %>" SelectCommand="Select_Device_By_Owner" SelectCommandType="StoredProcedure" UpdateCommand="update_device_information" … | |
Hey all, I am on the verge of insanity and come to you on hands and knees. There is a long explanation and a short, this is the short: I need to install System.Web and System.Web.Extensions 3.5.0.0 into the GAC on my web server. I downloaded the latest install from … | |
So i have a gridview linked to a sqldatasource. auto generate is off. I change some of my fields to template fields, set some to read only ect. on my aspx page. Then i make a modification to my stored prodecure and click refresh schema to see my changes show … | |
I am trying to update a website after I uploaded the updated source files codes to the ftp site. When I try to access the site I get the following: "Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings … | |
Hi! I want to retrieve the password which is entered in the CreateUserWizardStep but it only returns empty string. When I try to retrieve CreateUserWizard.UserName it returns the username but when i try to retrieve CreateUserWizard.Password it returns an empty string. Thanks! | |
hi all, i have a problem i am trying to open a pop up in Iframe window. i am able to opne it in center of iframe window but i wants to open it according to the scrol position of browser window. I m using the following jquery plugin code: … | |
I have made a facebook app using Asp.net, Iam using allow email and grant offline access feature. The code which i have written down is something like this [code]<fb:prompt-permission perms="email">Would you like to receive email from our application?</fb:prompt-permission><br /> <fb:prompt-permission perms="offline_access">Click here to enable offline access</fb:prompt-permission>[/code] How can i get … | |
I have problem dealing with EditItemTemplate. What I am trying to do is to update 'lowerIncomeBoundary' with the sum of amount of current value in tb1 and tb2 which is the sum of "lowerIncomeBoundary" and "upperIncomeBoundary". Appreciate if someone can provide me a way to access item in EditItemTemplate... [CODE] … | |
Image1.ImageUrl= "C:\\Documents and Settings\\Administrator\\Desktop\\4014_thumb.jpg"; This simple code is not working. What may be the problem. Its not displaying anything. If i give the url in the properties of the image button it works but if i assign like above it doesnt. | |
i have to use datetime control in my asp.net application .can any one help me out.send me control | |
Hello friends! I want to know the way I can align my text in a hyper link. I got the way of aligning it horizontally but what I want is that it should be aligned vertically too. Can anyone help me please? Thanks in advance. |
The End.