13,936 Topics

Member Avatar for
Member Avatar for gopan

Hi, I wanted to know if it is possible to include asp.net server controls within graphic images, is it possible for me to have controls within say a rectangle with curved edges thats drawn using graphics. Thanks in advance Gopan

Member Avatar for gopan
0
100
Member Avatar for stevendmar

Hi everyone. New to this web forum. Just looking for some help here. I am using Microsoft Visual Web Developer 2005 Express. I am wanting to create a page of names. This page of names will need to point to a template .aspx file, and insert criteria into 3 GridView …

Member Avatar for stevendmar
0
81
Member Avatar for prasadpohnerkar

Hi guys ,i really need a good project idea in VB.NET.....I am doin my final year engg in computer science..........i havn't started my project yet.I am intrested in Vb.Net projects....ASP.NET will also do.... its urgent !!!

Member Avatar for bka_k@Yahoo.com
0
169
Member Avatar for AnalogKid17

Keywords: ASP.NET app with VS2005 running on Win2003 with IIS6, and SQL2000 on a WinXP Box I've betting the following for days... it's driving me insane: [B]Server Error in '/' Application.[/B] [B]Security Exception Description[/B]: The application attempted to perform an operation not allowed by the security policy. To grant this …

Member Avatar for jchalfant
0
257
Member Avatar for Kusno

Dear all .Netters, How do i change my intranet application culture to Japanase culture. I had done 2 things, but nothing worked. 1. In my web config, i put this script <system.web> <globalization culture="ja-JP" uiCulture="ja-JP" /> </system.web> 2. or <system.web> <globalization enableClientBasedCulture="true" /> </system.web> in my IE, i changed the …

Member Avatar for Infarction
0
103
Member Avatar for atplerry

unlike PHP that i need i can configure the webserve i.e apache either authomatic or manual i a can run it effectively! But i find it difficult to know what the problem is on working with ASP.Net because i can run it. I want to know all the webserver that …

Member Avatar for hollystyles
0
108
Member Avatar for coolshail_87

i want to change pics automaticaly on the web page on a single imagebox....... or say at a single place.............. plz forward the source code for the same........ thanx wid regards..........

0
70
Member Avatar for coolshail_87

[B][COLOR="black"]hello to all ,i want to attach a text file for downloading the website i am developing through asp.net......... plz help me in the coding.......... i am sending the coding as below......... on link button... Response.AppendHeader("Content-Disposition",Attachment.FileName=TextFile1.txt); Response.ContentType="Text"; Response.WriteFile("TextFile1.txt");[/COLOR][/B]

Member Avatar for coolshail_87
0
118
Member Avatar for Saroja

I have problems of designing Templates in ASP.net unlike in dream waver. But my neighbor remind me one site where I login last year it is the site of free professional asp.net templates so I Download SNIPPED it is so easier to use. But I want more rich templates can …

Member Avatar for kvishnu2007
0
150
Member Avatar for mahir78

I have gridview and formview, when clicking on select(Edit) button in gridview the record will be displayed in formview. In formview i do all the operations like insert,edit,delete....Everything fine except gridview refresh problem. that is when i insert a record from formview the GRIDVIEW NOT UPDATING ROW FOR THE FIRSTTIME …

Member Avatar for hollystyles
0
118
Member Avatar for daniweb_jeet

Hello Members I am having a problem that is i want to access the listbox from javascript(client side) that is in datalist. and also i want to validate that listbox for selection. please help me......

Member Avatar for daniweb_jeet
0
111
Member Avatar for vinaii
Member Avatar for sumit_indian

hello friends I am using this script in my asp .net project using c#. but unable to compile it

0
61
Member Avatar for Ponte_64

Hi there, Looking for ASP.NET 2.0 web host I have the right one for you check it out [URL="http://www.thehosting-review.com/"]http://www.thehosting-review.com[/URL] [U] [/U][URL="http://www.thehosting-review.com/"][/URL]

0
38
Member Avatar for shikha.ch

[B]I am developing a time login form. [/B] [B]I want that user will be automatically logout whenever the system is Ideal. and logon when a interupt is fired. is any method in Win32 to check status og CPU.[/B] [B]I am Working on- ASP.NET(c#)2005, SqlServer2005[/B] [B]pls help me.[/B]

Member Avatar for lnmishra123
0
49
Member Avatar for idiot_ishu007

Hi Everybody i have been trying to develop a website for my company in asp.net using c# . i have a problem i login page . i am not able to connect it to my database so that i can match user name and password . plz tell me what …

Member Avatar for ptaylor965
0
136
Member Avatar for sivaslieko++

Should I store images as binary or should I store their paths into database? Do you think which one is more advantageous? I am waiting for your suggestions.. Have a good programming :))

Member Avatar for ptaylor965
0
64
Member Avatar for mohanmca

hi , how could i able to upload multiple files into the web browser using asp.net? the task is we need to use the tree view to brose the files and inside the tree view we will choose the required files by checking on the check box and thus on …

Member Avatar for Infarction
0
90
Member Avatar for vinaii

[COLOR="Red"][B]how to validate a textbox( which is in edit mode) of a gridview using javascript[/B][/COLOR]

0
83
Member Avatar for Persist01

We have just migrated a website's files and database from a dedicated host to a shared hosting platform. We are just testing everything before it goes live. All the aspx files load fine except for 3 of them - RSS_News.aspx, RSS_Employment.aspx and RSS_Weather.aspx. For example when trying to load the …

Member Avatar for bihu
0
86
Member Avatar for mishrap

While I am Downloading ,One Dialogbox will open.When user will be saving file name...that time I want to restrict user to change the file name ..I have written code below for downloading file. Dim fs As System.IO.FileStream = Nothing fs = File.Open(Server.MapPath("TextFiles/Branch/" + filenam + ".txt"), System.IO.FileMode.Open) Dim btFile(fs.Length) As …

0
86
Member Avatar for mishrap

Hi, I have a problem which I have failed to solve.If you have time please help.I am generating text file on button's onclick.This text file is being created on server .I want to create on the local machine (clients C:/) See below code snippets. *********************************************************************** Imports System.IO Dim sw As …

Member Avatar for mishrap
0
547
Member Avatar for ansari.wajid

OleDbConnection cn = new OleDbConnection("provider=microsoft.jet.oledb.4.0;data source=C:\\tblImp\\db1.mdb"); cn.Open(); DataSet ds = new DataSet(); OleDbDataAdapter da = new OleDbDataAdapter("select * from tblImp", cn); da.Fill(ds, "tblImp"); tablecontrol.datasource() = ds.Tables[0]; tablecontrol.DataBind(); table is not populated with data from access database. help me plz.

Member Avatar for ansari.wajid
0
78
Member Avatar for ansari.wajid

How to populate data from access database into asp.net table control. plz help me out. waiting for quick response. thanks in advance..

Member Avatar for ansari.wajid
0
81
Member Avatar for reemeya

hi i need some help with the login authentication for for my website.i don't know how to do the admin , user and data entry side. how it will recognize the difference between them my table is [U]user:[/U] login password security level(admin,user,data entry) i'm using sql server2000 please help me

Member Avatar for matale
0
78
Member Avatar for umamaheswari

hai to all i am new to ASP.net.i want some tips regarding it.how to start with it and abot the websites.

0
61
Member Avatar for paeez

hi..iv created a table and placed labels in every row of the table.... when i run it,all the labels misplace in the page as if they have not placed in the rows... what should i do? i have another question about the size of a the page... what size it …

Member Avatar for jonathan.pucket
0
104
Member Avatar for tedmanowar

Hello, I am trying to add some reporting features to a quite large asp.net web application. I have created a webform that contains a few fields for filtering data to be displayed in a Crystal Report. I have created a sample report that has a few parameters but I cannot …

0
75
Member Avatar for aravindkishore

I have some check boxes.I want to print text of selected check boxes of the page.Code which I wrote is neither giving error nor giving correct output .Please help me .Here is the code [INLINECODE]protected void btnSelect_Click1(object sender, EventArgs e) { string strchkSelected = ""; foreach (Control ctl in Page.Controls) …

Member Avatar for aravindkishore
0
122
Member Avatar for breckj

I have undertaken a website revision project after not programming for about 6 years. I am beginning to set up a work environment on my pc, and have questions about the software being used verses what could be the ideal software. My background is that I am familiar with classic …

0
48
Member Avatar for aridam2007

can u help me how to create draft print in asp.net 2.0,i am using crystal report 10

0
65
Member Avatar for ForestTech

Hi All, I'm creating a helpdesk style feedback form that saves to an xml file so that we can track past requests. The XML part works fine, but the problem I'm having is getting the form to email off details to alert us when a new request is made. The …

0
72
Member Avatar for Persist01

Hi, my web host has just told me I need to configure my ASP.NET application code to channel requests to external sites (for things like rss feeds) via their new proxy server. How do I go about doing this? Do I just put the proxy server in the web.config?

0
63
Member Avatar for reemeya

hi I'm doing online reservation hotel using vb.net with sql server2000.i have some problem with checking room availability i tried lot of sql query but doesn't get what i want. the customer choose the arrive date and the enddat from the calendar after that it should disply the available room …

Member Avatar for reemeya
0
123
Member Avatar for fraogongi

Hi! I have a web application in ASP.net 2.0. within it i want to corporate a report that will list all the customers together with the products they have bought in a sub group. Thereafter i need to find the subtotals of all th ecustomers within the same reports. The …

0
66
Member Avatar for sbrown

I'm sending an HttpWebRequest to a BizTalk server. BizTalk receives and asyncronously processes correctly, but I never receive an http response. The last statement in the snippet below is where my code hangs. This same code works in my DEV environment - I get the repsonse almost instantly. IIS appears …

0
74
Member Avatar for bcm

Hi , Im new to asp.net and im need help connecting to an sql server databse in vb.net. I tried so many things and its still not working. I also need hep with inseting, updating and deleting data from a webform into the sql server database.

Member Avatar for preetham.saroja
0
59
Member Avatar for ProgrammersTalk

I'm learning ASP.NET now :-/ People said it's no difference betwen PHP and ASP.NET I personally prefer the way C# works in the flow of my code :D

Member Avatar for MattEvans
0
226
Member Avatar for kally

Hi All, Im new to ASP.NET & C#. I have designed a webpage where a user has to give his details like Name, Age, Sex, Location and subnit it to another page. Now it works even if the user gives details only about his name & sex. SO im trying …

Member Avatar for yasserstein
0
86
Member Avatar for Kusno

Dear all .Netters My company mail server using Lotus Notes. I want to send e-mail between us. [CODE]Dim message As New MailMessage("melky@int.mzhcb.com", "kusno@int.mzhcb.com", "test", "test") Dim emailClient As New SmtpClient("mzhcb.com") emailClient.Send(message)[/CODE] But i only get this message error : The remote name could not be resolved: 'mzhcb.com' is the host …

0
46
Member Avatar for RathiSarov

Hi, in my asp.net application i need to redirect the user to a new page when the session is timedout. I am using windows authentication for the web pages. i can not handle that in session_end event. Any help in this regard will be very much helpful. Thanks a lot. …

Member Avatar for RathiSarov
0
73
Member Avatar for genpopo

hi, i was pissed off with this problem.. it was obvious to be very simple and yet i cant solve it. i am newbie in .net. i want to attach my selected image file in image webcontrol using html upload component and my code is this.. this code is located …

Member Avatar for Kusno
0
64
Member Avatar for Shruthi_R

hi am new to crystal reporting i want to export the crystal report and send it in mail attachment my crystal report has four pages ie four detail section now i want to export this report to disk i used the following code but i couldnt find the pdf file …

Member Avatar for Kusno
0
90
Member Avatar for shikeb

I'm a beginner in [B]ASP.NET[/B], wanna learn this important development technology. can any one tell me, where I can found some useful video tutorials. [I]Thanks to all in anticipation. [/I]

Member Avatar for shikeb
0
107
Member Avatar for kshrini

Whether .net supports serial communication? If YES then what I've to do? I'm using MS Visual Studio 2003 with Framework 1.1. What will be the maximum baud rate that I can set?

Member Avatar for binoj_daniel
0
88
Member Avatar for BalagurunathanS

Hi all.. I have a timer in my aspx page which runs in a decreasing manner..i.e the timer starts at 5.0 min and ends by 0.0.. and i display it in my aspx page..I get the timer value from the database i.e the server time... when i click the scroll …

0
58
Member Avatar for Kusno

Dear all .Netters, I want my RadioButtonList can not be selected by users, so i set the Enable to be false. The problem is the font colour become gray. so does any one of you can help me how to keep the font colour still black and can not be …

Member Avatar for Kusno
0
99
Member Avatar for dearDevil

Hi, I have a small problem :I want to read a file(EXEL) which resides in client side through my application, I'm using ASP.NET and C# ,I have to give an option to browse and select the file,pls any one help me with a sample piece of code. Thanks in advance

Member Avatar for Infarction
0
62
Member Avatar for Danish woman

I have worked with asp.net for about two month and have not worked with class yet. I have a form with 10 usercontrols who contains dropdownlists, checkboxes, textboxes and more. My client have to make a dynamic requestform to send out to his members. This part is working fine. After …

0
74
Member Avatar for ariesL

hi everyone, is there a way to get the HTML Table property on page_load event, here is my current situation on page_load i have my HTML table display property set to 'none' on runtime i can have its display property set to ' ', thus showing the HTML table with …

Member Avatar for ariesL
0
120

The End.