13,936 Topics

Member Avatar for
Member Avatar for Kshitij_fanatic

[code=asp.net]<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body style="text-align: center"> <form id="form1" runat="server"> <br /> <div style="background-image: url(App_Data/green2.JPG); width: 977px; height: 512px;"> </div> <br /> <br /> <br /> <br /> <asp:Panel ID="Panel1" runat="server" …

-1
53
Member Avatar for mania_comp

I want to know the process that happens from the point an HTTP request is received on a TCP/IP port up until the Page fires the On_Load event ? Thank You

0
68
Member Avatar for q8_dreamy

Hiiiiiiiiiiiii Iam using modal popup extender in my application which is worked fine but it is missing one thing, I want the freezed screen below the modal to be coloured to gray??? I put in the class of modal popup in the style sheet the following: background-color: #808080; put it …

0
71
Member Avatar for SID.SIL

Hello Friends I still muddled with some things (that is with a lot of them). I have a Gridview, where the first column ia a TemplateField with a LinkButton to delete the record, the selected row. I did the same routine using the primary key with DataKeyNames, however in this …

Member Avatar for Kusno
0
104
Member Avatar for ritu verma

Is it possible to change the panel height & width at runtime on Button click. In VB.net ,it can be easily done! How to do it ASP.Net?

Member Avatar for Kusno
0
105
Member Avatar for SID.SIL

Good Morning Friends I'm using a modal popup using Javascript that this opening normally through the following syntax: [code]jscript + = "<script language='javascript'>" jscript + = "window.showModalDialog ( 'DOCUMENTOS2.aspx','',' resizable = yes, menubar = no, scrollbars = no, width = 1850, height = 1650 ') "jscript + =" </ script> …

Member Avatar for Kusno
0
313
Member Avatar for sakhi kul

Hi All, I want to show user registration information which he fill up in registration form & he can edit it. So I use details view. but I want to hide some fields like user_id(Primary key) etc. & some fields that he can't edit. How can I manage it..?

Member Avatar for majestic0110
0
100
Member Avatar for elidotnet

Im tryin to use the visual studio 2008 "login" tools (that allow you to create user wizard, login view, password recover and so on), everything work fine (even on the internet server). my question: is there a way with that tools, beside the recognize of the user (after his login) …

Member Avatar for elidotnet
0
129
Member Avatar for devkhsf

dear all I started web developement study and I finished the following topics HTML, JavaScript, IIS, MS SQL Server 2008 Development I under stand that I still need the C# , ASP.net and ADO.net but I cann't find agood coach .so I made It selfstudy Now I am about a …

Member Avatar for elidotnet
0
186
Member Avatar for diya0076

hello i have one [COLOR="Green"]formview[/COLOR] control n i want to retrive values from that n add save them in local variables [CODE]<asp:FormView ID="FormView1" runat="server" DataSourceID="SqlDataSource1" Style="z-index: 100; left: 210px; position: absolute; top: 173px" Width="299px" BackColor="#DEBA84" BorderColor="#DEBA84" BorderStyle="None" BorderWidth="1px" CellPadding="3" CellSpacing="2" GridLines="Both" DataKeyNames="pcode"> <ItemTemplate> pcode: <asp:Label ID="pcodeLabel" runat="server" Text='<%# Eval("pcode") %>'></asp:Label><br …

Member Avatar for serkan sendur
0
566
Member Avatar for sandeep_1987

Currently I have two textboxes & one button, Suppose In One textbox1 i write sandeep gupta after clicking on button in textbox2 Sandeep Gupta is dere using the foll. code- [code] protected void Button1_Click(object sender, EventArgs e) { string capitalized = CultureInfo.CurrentCulture.TextInfo.ToTitleCase(TextBox1 .Text); TextInfo UsaTextInfo = new CultureInfo("en-US", false).TextInfo; TextBox2 …

Member Avatar for sandeep_1987
0
197
Member Avatar for MikeGore

Hi, I know the format is right, but what is my user ID and password. I get this error when I try to open the webpage on localhost: HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is …

Member Avatar for MikeGore
0
103
Member Avatar for marangajared

I want to upload or import an excel file to the local SQL Server database. My problem is that I have an x64 computer and this connection/Provider, "Provider=Mocrosoft.jet.OLEDB.4.0;" & _ "data Source=" & Server.MapPath("ExcelImport.xls") & ";" & _"Extended Properties=Excel 8.0;" does not work simply because of OLE DB thing which …

0
51
Member Avatar for MikeGore

Hi, I am looking for a program or an online website or whatever, that will convert my asp.net, .asp and .aspx files to html. I have searched the web but couldn't find any. I would really appreciate your help. Thanks, Mike

Member Avatar for Ramesh S
0
99
Member Avatar for mansi sharma

Suppose mine project is on desktop C:\Documents and Settings\Mansi\Desktop\ASPStarting & Mine XML file is in D:\Documents and Settings\Sonia\Desktop\ASPStarting\App_Data I change the ADRORATOR source code as below- <asp:AdRotator ID="AdRotator1" runat="server" AdvertisementFile ="C:\Documents and Settings\Mansi\Desktop\ASPStarting\App_Data\banner.xml /> When I execute the website,foll .error comes ERROR - 'C:\Documents and Settings\Mansi\Desktop\ASPStarting\App_Data\banner.xml' is a physical path, …

Member Avatar for Ramesh S
0
106
Member Avatar for SID.SIL

Hello Friends I made a routine that displays a GridView in the Status of the User, that is, if he is or not logged on ( "IsOnline"). GridView appears True / False. I would like to display a word of my liking, such as "Online" / "Away". I am using …

Member Avatar for Ramesh S
0
65
Member Avatar for armyguydave69

Hi, I've been looking around for a hosting company and haven't been able to decide on one. I was basically wanting to see what some people would recommend. My requirements: 1.Windows based 2.PHP & ASP.NET 3.Unlimitied disk space 4.Unlimited bandwidth 5.Allow to host unlimited domains under one account 6. The …

Member Avatar for diafol
0
127
Member Avatar for elidotnet

I have some web page im using ajax accordion script. my question: is there any code (or maybe code in different language or script) that will make the window not to close copletly? i mean, there is the title line after you click the arrow the window open after you …

Member Avatar for serkan sendur
0
319
Member Avatar for RimBamBoom

how can I compile PublicKeyToken into .NET dll? I am new to VS2008 and C#, I have the need to set the PublicKeyToken, How can I do this? TIA

Member Avatar for sknake
0
147
Member Avatar for sakhi kul

hi to All, I wanted to show alerts as per admin decide schedule & only that pages should be displayes which are comes under that schedule. how to manage this? how to check dates?

0
69
Member Avatar for jonturlington

I am receiving a System.IO.FileNotFoundException when attempting to access a path like "C:\Path\~somePath\Path\file.ext" it reports the error: [code]System.IO.FileNotFoundException: Could not find file 'C:\Path\~s'. File name: 'C:\Path\~s' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, …

Member Avatar for serkan sendur
0
360
Member Avatar for Anupama G

Hi, I have a data grid whose datasource is a table from backend. One of the columns of data grid has date as its value.Now,I need to change the date on the data grid by selecting the date from calendar control. can anyone help me in this? Thanks in advance.

Member Avatar for serkan sendur
-1
103
Member Avatar for marangajared

Can Someone please help me create a search. I am new in ASP.NET and I am trying to create a search where the user can insert either the Last Name or ID-Number or the policy Number and many other criteria. The database is SQL SERVER 2005 Please direct me how …

0
59
Member Avatar for brightstar2016

Hi members! I want to create an instant messenger in asp.net using C# but i don't know how to proceed and i have to complete it within one month. its my graduation project. plz help me. you can mail me to [email]brightstar2016@gmail.com[/email]

Member Avatar for brightstar2016
0
100
Member Avatar for f_atencia

Hi all, I have an SQL Datasource: [code=asp.net]<asp:SqlDataSource ID="shownMovie" runat="server" ConnectionString="<%$ ConnectionStrings:MovieTix %>" SelectCommand="SELECT movie.title, movie.category FROM [movie],[session],[theatre],[cinema] WHERE cinema.cinemaLocation=theatre.cinemaLocation AND theatre.theatreNumber=session.theatreNumber AND session.movieID=movie.movieID AND ([movieID] = @movieID)"> <SelectParameters> <asp:ControlParameter ControlID="GridView1" Name="movieID" PropertyName="SelectedValue" Type="String" /> </SelectParameters> </asp:SqlDataSource>[/code] However, i get the following error message: Ambiguous column name 'movieID'. Basically I …

Member Avatar for jbisono
0
141
Member Avatar for icemokka

Hi, We are planning to upgrade an existing VB6 application to C# ( VS2008 ). ADO.Net follows more a disconnected strategy when accessing Data. I'm thinking about giving the Entity Framework a shot since using an ORM-tool is higly recommended if you want to speed up the development. And EF …

Member Avatar for sknake
0
522
Member Avatar for Studio

Hi I am looking for some guidance. I have two DB tables, the tables are as follows: tblCounty countyID (int) AgentID (int) CountyName(text) tblAgent AgentID(int) Name(text) Contact Number(text) What i want to do is to use a Dropdown list control to retrieve all the county's from tblCounty then when a …

Member Avatar for Kusno
0
103
Member Avatar for mjc225

Greetings, I have just developed a content-managed, database-driven application application that makes heavy use of postbacks and session variables. We own the domain that the site was designed to be hosted on, however, the customer does not want our URL showing. The solution our firm has used in the past …

Member Avatar for Kusno
0
222
Member Avatar for marangajared

I want to create or export data from the database (SQL Server 2005) to a text file. the data I need is for THAT DAY ONLY. The text file is required by another system and therefore at the end of the day, I need a report on txt for the …

Member Avatar for Kusno
0
141
Member Avatar for suryasasidhar

in my application grid view is there i want to disable the horizontal lines in gridiview control help me

-1
51
Member Avatar for marangajared

Hi Gyyz I am new in ASP.NET and i am trynig to make my interface dynamic. Is there someone that can help me do it? this is the scenario I have two sets of fields on the interface. One is STATIC while the other needs to be changed. I need …

0
61
Member Avatar for Traicey

Hi all I have a datagrid filled with data from Oracle database, I have a textbox and a button search and on the textbox a person/user can enter the Title of the book he/she wana search the the results should be displayed in the datagrid here is the code on …

Member Avatar for obicerno
0
193
Member Avatar for coonbri

Hello all. I am new to ASP.NET XML so I am looking for some guidance. I have an XML string that needs to read into an ASP.NET C# Gridview. The XML data actually comes from the CRM SDK crm web service (FetchXML). The XML Elements contain (dots) and attributes which …

-1
77
Member Avatar for Major_Hafez

Hi , i wanna learn more about N-Tier Applications ASP.NET/C#.NET !! any Video Tutorials about how to Develop N-Tier App. ?? i need any simple Tutorial about this , please !! Thanks alot

Member Avatar for serkan sendur
0
79
Member Avatar for Major_Hafez

Hi all, i had Web Page include [B][U]DataList [/U][/B]control , [B][U]TextBox [/U][/B]and [B][U]Button [/U][/B].. [B]DataList1 [/B]: Getting Data from SQLDB [B]TextBox [/B]: for Editing Selected Field in [B]DataList [/B] [B]Button [/B]: Submit Editing when i Click [B]Button [/B]it Editing Data Succefully in [I]SQLDB [/I], but in same Time [B]DataList [/B]Control[COLOR="Red"] …

Member Avatar for Major_Hafez
0
535
Member Avatar for Anonymous20

Hi... Can anyone pls tell me how shall i be able to drag and drop a dynamic control(say textbox) in asp.net using ajax(with mouse pointer).It would be great if anyone can show a sample code,inclusive of html and javascript coding(I am new to asp.net and do not know much bout …

0
40
Member Avatar for suryasasidhar

in my webapplication i create a dynamic datalist but it is not getting please help me this is my code thanku protected void btn_Click(object sender, EventArgs e) { DataList datlst = new DataList(); datlst.ID = "mydatalist"; da = new SqlDataAdapter("select emname from emp", con); ds = new DataSet(); da.Fill(ds, "emp"); …

0
44
Member Avatar for IAMEMINEM

i am developing my website in ASP.NET(VB) On my aspx page, I have a form for a visit to fill out. (using smtp service) this is what my contactus form consists of: e-mail from in this , there will be a textbox in which the vistor will fill his/her e-mail …

0
60
Member Avatar for chupinette

Hi everyone! Im actually doing my final year project which is an ecommerce application for a specific business. there is another student who is working on the MIS part of this business. we have to use the same database. I am using PHP and MySQL and he is using ASP.net …

Member Avatar for flashyflashy
0
132
Member Avatar for marangajared

I am doing a system for payments. I need to display and print the receipt for the amount paid by the client. In ASP.NET, I do not know how to go about it. However, I am saving the data to the database and I can confirm that it has been …

Member Avatar for marangajared
0
77
Member Avatar for krokodajl

Hi, Can I choose in VS 2008 items from toolbox to load? For example I want user only to see button, textbox, checkbox, listbox, radiobutton controls and 3 custom control created by me - only these controls, nothing more. Is there possibility to do that? If so, explain me how …

0
119
Member Avatar for anudjoe

i am new to asp.net ,i have two textboxes and in one user will enter value which will get added to the other automatically generated textbox value.But is user is not entering any value it is showing error.Any solution to solve this

Member Avatar for Ramesh S
0
181
Member Avatar for venkx_008

Hello.....I am a student of 3rd year B.Sc. I wanted some project titles in asp.net that would be suitable for beginners.... it would be very kind of you to suggest me a few titles regarding the same.... i would request you for this help considering your expertise.....

Member Avatar for Sabrina_Gage
0
108
Member Avatar for anetbegin

Hi, I am developing a lookup page i.e when i provide a zip code in the textbox and submit the button it should display the details like city,state etc. I've created two tables in the database, one with zip code and other with details city,state etc. how can i display …

Member Avatar for anetbegin
0
110
Member Avatar for thacravedawg

I am currently developing a site that converts videos to a streaming format and plays these streaming videos. I am using ffmpeg as my conversion engine, and am encountering a couple issues. 1) I dont seem to be able to make the videos convert to .flv files. I have tried …

Member Avatar for thacravedawg
0
219
Member Avatar for chicaloca

hi everyone I'm really just looking for some help to get started really. I've done a postgrad in web design and multimedia however have had no luck getting relevant work yet. I've designed a small demo site which I've uploaded onto some free webspace however I want to expand my …

Member Avatar for chicaloca
0
229
Member Avatar for sourayan2008

Hi, everyone. The situation is, I am converting a tiff image file into byte[], then to stream then saving it as jpeg image format, then display it on browser, so that the jpeg opens in a picture viewer instead of webpage. The code works in IE 6 and firefox, but …

0
39
Member Avatar for diya0076

hi my problem is when i 1st run the webpage content of datalist size of cell is diffrent n when again i refresh the page it becomes diffrent.. this difference is occurred in width of the cells of datalist control.. here is my code.. [CODE] [B] <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ …

0
70
Member Avatar for shweta_babbar

In my website on trip planner,I want that user can check if room is available or not...b/w particular dates.. how can i do this? also..how shud i create the database..??as in what atrributes shud i use?

Member Avatar for wilch
0
107
Member Avatar for marangajared

Hi Gyyz I am new in ASP.NET and i am trynig to make my interface dynamic. Is there someone that can help me do it? this is the scenario I have two sets of fields on the interface. One is STATIC while the other needs to be changed. I need …

0
91

The End.