13,153 Topics
| |
hi.. im having an issue with a table's border..im dev. an asp.net website,in which im retriving some images from the database & showing them into a datalist. i hv used 18 datalists in a table for the proper alignment of the datalists & images. now, my problem is, when i … | |
hello buddies.. i am facing a serious issue with my live site,the site runs smooth for say 1-2hrs or even days,but all of a sudden (not able to reproduce the event on which this is happening)it hangs sometime .And any http request to the site results in IIS hang.the browser … | |
First I apologize to the moderator, I am not sure if this is more than a WINDOWS 7 topic or IIS or a ASP.NET topic. MY SETUP: WINDOWS 7 ULTIMATE + IIS 7 + WEB PLATFORM INSTALLER + XAMPP MY IIS7 : RUNS in PORT8080 MY APACHE RUNS in PORT8070 … | |
Hi all, This is me again ,I want to learn programming in ASP.NET using C++ I've installed the IIS ,and made an .aspx file with the following code: [CODE]<%@ Page Language="C++"%> <html> <head><title>Welcome!</title></head> <body> <p align="center"><font color="RED" face="Snap ITC" size="12pt">Welcome to your New ASP.NET Page <br> "Using C++"</font></p> </body> </html>[/CODE] … | |
Dear friends, Could somebody please help me make a gridview that can be resized with a mouse? Thank you in advance, Dmitriy | |
hello , hi i m sumit severiya & i m final year mca and i want to make project in or vb.NET .so plz help me and send the topic of project. | |
Hello There seems to be different methods to create a text file in C#. I am getting a byte array from USB device. I need to store this as text file which is to be read, updated, and saved for future usage. The data comes in different packets not in … | |
Hi, I wanted to develop an application which can generate images (GIFs) of microsoft documents(like doc,docx,xls). Thanks, Raymond | |
[CODE]itemlist[loc] = new product(codes,size,descrip,color,olditem + 1,url)} else // new item {olditem = itemlist[item_num].quan itemlist[item_num] = new product(codes,size,descrip,color,olditem + 1,url); items_ordered = item_num item_num = item_num + 1 }[/CODE] The above code is in javascript. the value of 'itemlist' is set whenever i click on additem in different html pages. I … | |
Dear all, before using AJAX.Net, when I wanted to find control in form, I used this code [CODE] Dim SQL As String = "SELECT CurrencyID, CurrencyID FROM MasterCurrency ORDER BY CurrencyID" Dim ctl As Object For Each ctl In Me.FindControl("form1").Controls If LCase(Left(ctl.id, 6)) = "cmbccy" Then FillControl(ctl, SQL) Next [/CODE] … | |
HI All, can any one help me out in [B]selecting multiple files [/B]for uploading them to the server. The requirement is as follows. 1) SELECTING MULTIPLE FILES ([B]around 50 images[/B]) at a time using Shift/Control keys from keyboard 2) upload them to server . Note: 1) The solution should work … | |
Guys please help me. I am kinda new to ASP.net Luckily I've manage log-in using forms authentication so that i could have a customize log-in page based on my Active Directory. Now a Problem arise. I have to connect to my SQL EXPRESS database using the log-in I use. My … | |
Hi Guys. I have a problem with my code, It should work as an membership creator, and has 4 steps, 3 steps are in multiview1, and the 4th steep is to show the message, "Your Account has been successfully created" which is on multiview2. The buttons are "back", "next" and … | |
Hi, I would like to encrypt the class object and session state which contains dataset data. Plz help me if those are possible. Thanks and Regards krishna v | |
I am new to aspx and sql. I have written some code with vb.net 2005 (visual studio) to do some calculations and poplate some textboxes on my web form. I dont understand how to pass those values to a paramerter then use that value to write to my sql database. … | |
Hi, I'm using a dataTable to bind my gridView and during the data binding I need to make some cells bold. The structure I'm looking for is this: [B]Person[/B] [INDENT]contact[/INDENT] [B]Person 2[/B] [INDENT]contact[/INDENT] To include the spaces when binding the table I'm using Server.HtmlDecode(" "). I tried Server.HtmlDecode("<b>") ... Server.HtmlDecode("</b>") to … | |
i'm looking for the demo projects for developing web app using c#.net 2005 as i'm new with web developments... i've begin connecting with database(sql 2005) now i need for validation & other things for my projects.. anyone like to share their simple project(demo) plz..... | |
ok this is my scenario. I've never coded in asp.net. I can manipulate it a little bit because I have some coding knowledge but I don't know what I am doing so I need help figuring out how to do this. This is what I'm trying to do...I have this … | |
Hi there. Any idea on how to create a connection to microsoft access with C# to asp.net so that we can retrieve data from data base and compare. Using web application. | |
I am working on a project, its purpose is to search a database and display the results in a data list so they can be used. I have the search working correctly but it only outputs to a data grid. Help please! [CODE] Protected Sub Button2_OnClick(ByVal sender As Object, ByVal … | |
hello.. m developing web application ..in it m going to use RadioButtonList control... well.. problem is want to get value for RadioButtonList control from databse.. here is ma code.. this is aspx code file.. [CODE] < asp:RadioButtonList ID="RadioButtonList1" runat="server" RepeatDirection="Horizontal"> <asp:ListItem>Web</asp:ListItem> <asp:ListItem>DeskTop</asp:ListItem> </asp:RadioButtonList> [/CODE] this is aspx.cs code file [CODE] … | |
Hi, i need to pass a value from an asp.net application to a php page stored online. Having searched around I can not find a easy solution to this can anyone point me in the right direction please. Many Thanks | |
hi.. im in need of a free word editor which can be used in my website.. if any1 knows where i can find it, please let me know.and also tell me how to use it too... Thanks.. | |
How to move listitems(which are marked) in checkboxlist at run time? Help is appreciated..... | |
HI, Is any help me to read the data from QuoteCenter to .NET application. Thanks in advance. Venkat. | |
Hi, I am creating an ASP.Net application in VS2008. I would like to create a horizontal menu bar at the top. The values of this menu bar should be dynamic. By dynamic i mean that we should be able to add new values or remove the existing values from the … | |
hi.. im retriving some data from a database to a dataset...i want to show the data in a gridview..but my problem is, i want data to be shown in last to first format. i mean, if the dataset contains, A as first record & z as last record, then the … | |
[I m still a newbie in ASP.Net] I want to create an interface with asp.net for an SQL backend. On the interface i want the buttons to be able to execute some stored procedures. Any Ideas? Or code | |
With its release on Monday of the [url=http://www.microsoft.com/hpc/en/us/default.aspx]first public beta of Windows HPC Server 2008 RC2[/url], Microsoft also was touting features introduced in the [url=http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx]second beta of Visual Studio 2010[/url]. Expected in March, Redmond's next IDE will simplify development of new applications and modification of existing ones to take advantage … | |
I am trying to do grouping the rows according to one field but its getting two rows in detail section of grouped rows instead of one ie same row details is getting duplicated one more time.I try ed the linking of the tables selected for the report all into inner … |
The End.