13,153 Topics
| |
i have made 2 pages....1 for login n next to show after successful login.... on login page i have created a button....in its handler i have created session.... on the load event of next page i m checking for the availibity of the session variable n its value.... its workin … | |
we are creating an aptitude test software. here is the problem we are encountering.. help wud be appreciated if (RadioButtonList1.SelectedValue == obj[2].ToString() || RadioButtonList11.SelectedValue != "") { int corr_ans = Convert.ToInt32(Session["corr_ans_count"]); corr_ans += 1; Session["corr_ans_count"] = corr_ans; } else { int wrong_ans = Convert.ToInt32(Session["wrong_ans_count"]); wrong_ans += 1; Session["wrong_ans_count"] = wrong_ans; … | |
i have an idea to create new pages in asp.net but how to implement it recently i have done file upload task in this . For file upload thw web control is available. i just want is that possible to do if my screen consist of 1 text area and … | |
hi i use asp.net with vb.net i do search form i put result in placeholder how i can create dynamic page such that : each page include 4 results only | |
How can I write an event that does a specified calculation when an option is selected that the submit button is selected? Say I have the following code: [code] <form id="form1" runat="server"> <div> <asp:DropDownList ID="DropDownList1" runat="server"> <asp:ListItem>Go swimming</asp:ListItem> <asp:ListItem>Play sudoku</asp:ListItem> <asp:ListItem>Practice piano</asp:ListItem> <asp:ListItem>Play solitaire</asp:ListItem> </asp:DropDownList> <br /> <br /> <asp:Button … | |
Hi, I am a working in Dot Net technology currently but bcoz of some requirements in Adobe flex, I've to learn that.Is there anybody who knows both Dot net & Adobe Flex , Please guide me how beneficial it is to go into Adobe flex from Dot Net technology. Thanks | |
Good Day All I have a ASP.NET app. There is a button one of the pages. I have placed a Break point in the Click event and when i click the Button it does not even go to the Break Point it shows this [IMG]http://www.tiyaneproperties.co.za/SSIS/Strange.jpg[/IMG] Thanks | |
I am trying to develp a webpage that takes in TO and FROM Addres and displays the Google Map as well the directions. I understand JScript helps out with the Google Map display and I played around with the URL google.maps.com to get the directions. Now my issue is I … | |
hi.. im using file upload control to upload some files on my server. but the problem with the same is it uploads the files of specific size only. for ex, if i upload a file in KB's, it works perfectly...but when i try to upload files of more than 1 … | |
i want to start a website, but i don't know how to. can anyone guide me with this process. thanks | |
Hi, I have a solution set up in .Net with a website. Each page is written in aspx and each code behind file are in the format of aspx.cs. For some reason when I build the solution it builds successfully although does not compile these code behind files to a … | |
Hi, I have a checkbox list with a list of books. Depending on the user, some of these books were already chosen. Let's suppose that I have a list of the following books: Programming ASP.NET Learning ASP.NET Beginning Web Development ASP.NET for Dummies But the books the user A chose … | |
Hi, I am using below code in asp.net to redirect one page to another page. Response.Redirect("new.aspx"); but i want to redirect in a Htmp page in a particular frame which target name is 'bottom'. If there is any solution so please help me. Thanks ! Pankaj Singh | |
i have looked and looked for this and so far all the code i've downloaded simply doesnt work. this code (below) works fine - however it opens up the "save file Dialog" and requires that the user select the path to save the .html file. how can i by-pass that … | |
Hi, I have been trying to transfer some data from one page to another but nothing seems to work. Data is not being passed to the next page. Can anyone tell me a reason why this could happen? | |
Hi, I export label text inot excel. It works fine but I have some checkbox and textboxs on the lebel. When I export the label text inot excel all the checkbox and textbox also export as it is in the excel. Please help me to export only textboxs value in … | |
Hello all. first .. would like to thank those who help me figuring out how to write the right code for Classes in aspx.cs file !! In C# code i wrote a class that has (([B][U]infromation about product[/U][/B])). its name, model, desc, image, quan, price ... etc !! all these … | |
Hi, I am using GZip Compression in my ASP.Net application. All of my web pages inhertits from a BasePage Class. In my BasePage I have implemented Gzip Compression. On Page1.aspx on button click I am using Server.Transfer("Page2.aspx"). But unfortunately instead loading Page2.aspx I am getting this error mesaage : Internet … | |
Is there any possibility to use Silverlight with ASP.Net 2.0? If so, can anyone help me which version of Silverlight can be used with ASP.Net 2.0 and the how to use it? | |
Today, Tuesday November 10, 2009, [URL="http://www.novell.com"]Novell[/URL] announces a Visual Studio plugin that allows support for non-Microsoft operating systems that use .NET code development on a platform known as [URL="http://go-mono.com"]Mono[/URL] via a new product called [URL="http://go-mono.com/monovs/"]Mono Tools for Visual Studio 1.0[/URL]. This is not a cost free toolset. In fact, it's … | |
How to parse an xml from javascript from code beside page? i have tried [code] var xmlDoc = new ActiveXObject("Microsoft.XMLDOM"); xmlDoc.async = false; xmlDoc.onreadystatechange = Readxml; xmlDoc.load("abc.xml"); [/code] but the error is that the xml is not loaded? i am using visual studio 2008.thnks in advance | |
hai friend's , i am developing one website , in that i placed an image , my question is how to enlarge that image like pop up ?? | |
Hii... I'm having 2 .aspx page 1) Detected Vulnerabilities Report 2) Missing Patches Summary Report When I'm clicking on Detected Vulnerabilities Report it is executing fine and after when Im clicking on Missing Patches Summary Report it is also executing fine. For both of this report Im passing 2 parameters, … | |
Hi All, Using Visual studio 2008, I have an application that its data can save to a binary file, using *.SDB extension, Moreover users can open this file from my application. I have 2 questions about this. 1- How can I assign an icon to this saved file with SDB … | |
I have a simple sqlDataSource that populates a GridView control Nothing out of the ordinary here. [CODE] <asp:SqlDataSource ID="personalInfoSource" runat="server" ConnectionString="<%$ appSettings:Maya%>" SelectCommand="SELECT customerID, lname, fname, dateNow FROM dbo.customers ORDER BY lname ASC"> </asp:SqlDataSource> <asp:GridView ID="names" runat="server" Width="280px" DataSourceID="personalInfoSource" AutoGenerateColumns="False" DataKeyNames="customerID" AllowSorting="True"> <RowStyle BackColor="#FFBA00" Font-Names="arial" ForeColor="#26354a" /> <AlternatingRowStyle BackColor="#D3DCE6" Font-Names="arial" … | |
I'm not sure if this is the right forum, but i always seem to get redirected here with questions regarding .NET Im using Managed C++ and im trying to edit a registry key. [code] using namespace System; using namespace Microsoft::Win32; int main() { RegistryKey^ rk = Registry::CurrentUser; rk->OpenSubKey(L"Software\\Microsoft\\Command Processor", true); … | |
will someone please help me with this. It seems simple enough but I'm very new to asp and vb. I have a datagrid and I want to know how to access the values in a specific column. The dg is bound to a sql query. The column returns integer values … | |
Hi I want stylize web form (form, gridview, button, menu) like windows classic form. Please help me. | |
Hi How can i count number of times user viewed a specific page in my application. Also i want to use Session or something else because if a user refreshes that page it should be icremented once. Any ideas how can i do it |
The End.