13,153 Topics
| |
I am using password recovery control in forgotpassword.aspx page. by default the password recovery control validates the Login id and the security question of a particular user. I want to make the security answer as optional and for a user. I will be adding another validation field as PAN number. … | |
This is my first time making a project about which I am a beginner I have created a process by which I think I can validate user if user type is guest who is a half registered user. This is my code for front end here the user will submit … | |
Hi, I would like to know which is THE BEST platform to develop a web application which will be used by a huge amount of users. Is it PHP or ASP.NET? I am giving more importance to the application performance and security. Thanks! | |
Hello, I need help on how to integrate the passing of information in XML format from ASP.Net(from client) to PHP(my server). I've been searching for solution but cannot find accurate results. A sample code is very much appreciated. Thank you. | |
Not able to drag down baloonpopup extender in ASP.NET It shows black circle with line. (not allowing to drag on form) but when i drag it on text box it work but when i run the page textbox diappears. please help and also tell how to use baloonpopup extender. | |
Good Afternoon, Im trying to get the value, of the standar headlogin name from the asp, username, nut getting all null exeptions, the code that i used was: //var Login1 = ((Login)HeadLoginView.FindControl("HeadLoginName")); //var Login1 = ((LoginName)HeadLoginView.FindControl("HeadLoginName")); //LoginName Login1 = ((LoginName)HeadLoginView.FindControl("HeadLoginName")); //string userName = Login1.UniqueID.ToString(); //string Username = User.Identity.Name; //Label1.Text = … | |
I encounter a minor problem but I could not determine what problem causes. Let me explain to you below. There are two scenario I tested. First Scenario: I use IIS to add a website and test the localhost - default.aspx is working. When I fill up the form and then … | |
Hi guys, I'd very much like to develop a Firefox addon with JavaScript as standard but then interact with that addon with an ASP.NET & .NET application I am building (probably using Ajax). I've searched various places but have been unable to find out if it is possible. Thank you … | |
I am new to authorisation and authentication. I have looked at the defaultMember, Role and Profile Providers. But they seem to limit me from communicating with my own database schemmas. Please I would love to have links were I can read on how to write my own Providers to perform … | |
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Head> <h:talkId s:mustknow="1" xmlns:h="urn:schemas-test:testgate:hotel:2012-06">sfasfasfasfsfsf/h:talkidId> </s:Head> <s:Body> <bookHotelResponse xmlns="urn:schemas-test:testgate:hotel:2012-06" xmlns:d="http://someURL" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <d:bookingReference>123456</d:bookingReference> <d:bookingStatus>successful</d:bookingStatus> <d:price xmlns:d="moreURL"> <b:total>105</b:total> </d:price> </bookHotelResponse> </s:Body> </s:Envelope> want to read the bookingStatus and total from the soap message above using xmldocument and xpath but does not work i am using the code below XmlDocument document = … | |
select top 2 for a single column,,others with all data in sql | |
hello sir i am vikram. i want source code of faculty management system in .net. | |
actually the text box with multi line property does not support special characters in c# , how to solve this problem? Please can any one help to find a solution for this | |
Please does any one know how to configure signalR on an mvc project. | |
Good day, I am facing a trouble with my project. i want to load the database in my session but i dont have idea on how to do it. session["getName"] = _BLL.GetName(_myEntities); Response.Redirect("otherpage.aspx",false); on my master page. myLabel.Text = session["getName"].ToString(); that's my code. i want to get the record on … | |
I have a session variable that I set to zero at every Page_Load beginning: Session["DoRefresh"] = "0"; On a dropdown value changed, in the event handler I do: Session["DoRefresh"] = "1"; On the end of aspx page I have a javascript added: function OnRequestEnd(sender, args) { if ('<%= Session["DoRefresh"] != … | |
I recently had a strange thing happen in an ASP.Net application I wrote in VB. When each session starts, one of the first thing it does is create a record in a SQL table and captures its ID value, which is an identity field. Two sessions were started very close … | |
<series> <asp:Series Name="Students" BorderColor="180, 26, 59, 105"> <Points> <asp:DataPoint AxisLabel="jon" XValue="5" YValues="4" /> <asp:DataPoint AxisLabel="kon" XValue="15" YValues="44" /> <asp:DataPoint AxisLabel="pol" XValue="85" YValues="90" /> </Points> </asp:Series> <asp:Series Name="Teachers" BorderColor="180, 26, 59, 105"> <Points> <asp:DataPoint AxisLabel="hjim" XValue="50" YValues="40" /> <asp:DataPoint AxisLabel="azdai" XValue="75" YValues="4" /> <asp:DataPoint AxisLabel="kriasm" XValue="35" YValues="29" /> </Points> </asp:Series> </series> … | |
If anybody know,tell me. | |
How to get the click event of datalist ImageButton In on div click | |
Hello, I wonder how to run ASP.NET file. I created some files using asp.net then, in order to run them, do I need to publish them first so that I can use them directly for the web? Thanks. | |
Hi, I am having an issue where i want to be able to read the value of a particular cell from a selected row in telerik radgrid. I am using the following code: <%@ Page Language="C#" MasterPageFile="~/Page.master" AutoEventWireup="true" CodeFile="ProductSignup.aspx.cs" Inherits="ProductSignup" Title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> <style type="text/css"> .style2 … | |
I have sql database with table Images, in that table there are 2 Columns ID (identity), DisplayImage (image). Table has 2 rows for first row i have written insert into Image values(1,'Libraries\Pictures\Lotus.jpg') and 2nd row as INSERT INTO [dbo].[Image] ([Id],Images) SELECT 2, (select * FROM OPENROWSET(BULK 'C:\Users\Public\Pictures\Sample Pictures\Tulips.jpg', SINGLE_BLOB) AS … | |
Hi, I'm trying to update the user information from textbox when the user click view my account information in the main page it will take them to another page which will display their account information they will be able to change everything excpet for the username becouse it is primary … | |
[WinForms].I have 3 columns in a gridview - code,Qty,name.If a cell(Say Code), is in edit mode, pressing the arrow or tab keys will fire the 'CellEndEdit' event and after that,moves the selection to the next cell. I want to have different selected cell if it is an arrow key and … | |
Hello, I am trying to make a program which will login to a website with many different accounts one after another. The problem I have though is, the documentCompleted event either doesn't run at all or it runs more than once before the page is fully loaded. This causes the … | |
Hi I have been trying to wrap my head around a small issue I have. I'm trying to show a messagebox if a value a met. [CODE]if (CurrentProcess == "Test") //Show message then do something else else //Do Something else [/CODE] JScript confirm will work with onclientClick but that is … | |
Why is it? Line 33:Expression is not an array or a method, and cannot have an argument list. Line 31: For i = 0 To totalItem Line 32: If (Session("Kode_" & i) = kode) Then Line 33: status() = True Line 34: End If Line 35: Next | |
i have a database with several paths looking like the one below C:\S&M Site Project\NEWSMAA\SitePhotos\2\GUY093\GUY093-Tulips.jpg what i aim to do is load the images into a gallery control (if one exist) the users viewing the images should be able to do either of the following: 1.Double click on an image … | |
Hi guys, let me get to the point: I want have a button that when clicked allows the user to browse to any folder in any location whether it is a flash or the c-drive. Depending on the location and folder selected the user must see all image files in … |
The End.