13,153 Topics

Member Avatar for
Member Avatar for eimmu

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 …

Member Avatar for kvprajapati
0
105
Member Avatar for ariez88

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

Member Avatar for srikanthkadem
0
179
Member Avatar for piapeti

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 …

Member Avatar for piapeti
0
118
Member Avatar for yara.008

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

Member Avatar for srikanthkadem
0
130
Member Avatar for twilitegxa

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 …

Member Avatar for srikanthkadem
0
121
Member Avatar for ritu1509

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

0
63
Member Avatar for vuyiswamb

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

Member Avatar for shibbard
0
61
Member Avatar for GradStudent

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 …

Member Avatar for kvprajapati
0
381
Member Avatar for love_dude1984

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 …

Member Avatar for mail2saion
0
90
Member Avatar for mshravs

i want to start a website, but i don't know how to. can anyone guide me with this process. thanks

Member Avatar for ithelp
0
172
Member Avatar for moorcroft

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 …

Member Avatar for moorcroft
0
542
Member Avatar for Ana D.

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 …

Member Avatar for alexymasilamani
0
766
Member Avatar for Pankaj18

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

0
55
Member Avatar for rikb53

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 …

Member Avatar for chandru7
0
520
Member Avatar for comp_231

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?

Member Avatar for Sals
0
170
Member Avatar for RAMAN2233
Member Avatar for MrExcel

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 …

0
40
Member Avatar for CSG-SQU

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 …

0
61
Member Avatar for amitverma80

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 …

Member Avatar for amitverma80
0
114
Member Avatar for a_arunsankar

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?

Member Avatar for catherine sea
0
65
Member Avatar for khess

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 …

Member Avatar for khess
0
574
Member Avatar for carobee

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

Member Avatar for sahmed_12
0
110
Member Avatar for dskumar_85

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

Member Avatar for Ramesh S
0
81
Member Avatar for Abhishek_Boga

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

Member Avatar for sknake
0
120
Member Avatar for A.Najafi

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 …

Member Avatar for A.Najafi
0
89
Member Avatar for ricksvoid

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

Member Avatar for Ramesh S
0
236
Member Avatar for brando|away

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); …

Member Avatar for brando|away
0
100
Member Avatar for smd5049

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 …

Member Avatar for smd5049
0
138
Member Avatar for irdeveloper

Hi I want stylize web form (form, gridview, button, menu) like windows classic form. Please help me.

0
81
Member Avatar for fawadkhalil

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

Member Avatar for fawadkhalil
0
97

The End.