13,153 Topics

Member Avatar for
Member Avatar for shabbir.hussain

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, …

0
32
Member Avatar for @theDatagame

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 …

Member Avatar for pritaeas
0
111
Member Avatar for riyas_26

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 …

Member Avatar for anuj_sharma
0
67
Member Avatar for Ana D.

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 …

0
47
Member Avatar for f_atencia

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 …

Member Avatar for chithrasujith
0
108
Member Avatar for desaiva

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 …

0
49
Member Avatar for anuj_sharma

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??

Member Avatar for chithrasujith
0
229
Member Avatar for nikichu

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 …

Member Avatar for nikichu
0
130
Member Avatar for kralco626

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 …

Member Avatar for kralco626
0
815
Member Avatar for riyas_26

Hello experts, I need advice for drop down list with option group support. Thanks in advance..

0
58
Member Avatar for Pankaj18

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

0
46
Member Avatar for Srinivasa007

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

Member Avatar for kvprajapati
0
56
Member Avatar for skumar.snl

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 …

0
52
Member Avatar for sakhi kul

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 …

0
44
Member Avatar for praveenkumarm

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 …

Member Avatar for praveenkumarm
0
117
Member Avatar for Datsun90

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 …

Member Avatar for srihari.valluru
0
111
Member Avatar for S2009

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 …

Member Avatar for S2009
0
176
Member Avatar for riyas_26

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 …

0
56
Member Avatar for polo_coins

how I send a data by click button ,I know using SQL Server. I really new in this subject? Thanks

Member Avatar for anuj_sharma
0
85
Member Avatar for sivak

i am very new for ajax..can anyone send me the link or material to learn ajax plz

Member Avatar for DdoubleD
0
48
Member Avatar for nikhil31888

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. …

0
37
Member Avatar for coollife

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 …

0
60
Member Avatar for salmax2005_dw

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

0
43
Member Avatar for kralco626

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 …

Member Avatar for amar_interface
0
136
Member Avatar for hardikpatel

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 ,

Member Avatar for kvprajapati
0
287
Member Avatar for anuj_sharma

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.

0
52
Member Avatar for pyanbrown

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 …

Member Avatar for Ramesh S
0
155
Member Avatar for saj_amo

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 …

Member Avatar for kameswari
0
169
Member Avatar for kralco626

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" …

0
66
Member Avatar for Endurance Man

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 …

Member Avatar for Ramesh S
0
61

The End.