13,153 Topics
| |
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 … |
The End.