13,936 Topics
![]() | |
hi I have a gridview that fill from DB .I want to put a textbox in my website which ask user a number , after the user input the number, i want to have gridview with that number rows to fill in. then asfter input data in gridview saving them … | |
Hey everyone, I was wondering if you could help me with something. I am attempting to set up VS C# EE on my comp but I would like to use it to make ASP/.NET web pages. I have VS C# EE installed but there is no selection for ASP web … | |
Hello, I am trying to set up a string where it taps two databases, Albums and Photos. I need to select the following columns of Albums database and Photos where the Albums.AlbumType='Nightlife' and then order by the sum of photos.views desc for ranking the top 4 (limit 4) This is … | |
Hi I have a list like List<vahed>. this list fill from vahed class.when i want to bind list into gridview ,I store it in Session. but when this list bind to grid view,data is empty. my code: [INLINECODE] //class vahed public List<Vahed> SelectAll() { Vahed V = new Vahed(); string … | |
I have a ListView showing all the words from a file, the code is checking these words all the time to see whether they meet certain condition, or so, I would like the checkbox of that list item checked. I have 2 problems here: 1. How can I prevent the … | |
i have problem in database connectivity in my project........in asp.net........... | |
I'm trying to write an asp.net page that will keep variables using the .value command. It's not working. Here's my code [code=vb.net] Dim custID As Integer Dim noMovies As Integer Dim price As Double Dim discount As Double Dim total As Double custID = Integer.Parse(Me.idTextBox.Text) noMovies = Integer.Parse(Me.numMovTextBox.Text) price = … | |
I am trying to send an email from an ASP.NET application and get the error "Could not create 'CDO.Message' object" It seems to be some permission error and unfortunately cannot figure it out, hence this post. I tested the same code in a VB.NET application and it works fine and … | |
I'm building a dynamic form with radio buttons. These radio buttons will hold values that have specific email addresses of respective people in a company. here is the html and asp code shown below: <FORM METHOD=POST ACTION="mailform.asp" ONSUBMIT="DoctorElements();"> <INPUT TYPE=HIDDEN NAME="urlSendTo" VALUE="/suggestions/thankyou.htm"> <INPUT TYPE=HIDDEN NAME="urlFromPath" VALUE="/suggestions/default.htm"> Name: <INPUT TYPE=TEXT NAME="txtUser.Name"><BR> … | |
please tell me the site whict hosted for free .................my site.also provide free web server service....... | |
plzz suggest some references for project on network monitoring... and socket programing in ASP.NET.. which 1 is better (ASp.net or java)??? | |
I wrote a program that makes use of the System.Timers.Timer name space and it is not working like expected it to. My program listed bellow excepted two date values and determined if one date is greater than the other by using the DateTime.compare method. If one date is greater than … | |
Hi all. As I'm a newbie and learning VB.NET, I have some questions about pages within pages or maybe even another facit of coding. First, is there a way to call and load an aspx page within another aspx page? Secondly, would this be better accomplished using modules? Here's a … | |
i want to create a dropdownlist and when i click the dropdownlist, then it should show the all databases which is present in SQLserver. (now i m using SQLSERVER 2005 and Microsoft VISUAL STUDIO 2005) can anyone help me plz? thanks in advance. CLEAR MY DOUBT IF U GENIUS | |
I've used Delphi for the past 12 years, but now I need to get up to speed in C#. Since both systems were designed by the same person, there are lots of similarities. However, C# seems to have a big gap when it comes to centralized data access. All of … | |
I want to ad an .dll procedure to my VB application but when I try to run the dll I get the error message 453 can't find etc. The code is Private target As Integer Private solutions As Integer Private mode As Integer Private Type dealstr trump As Integer first … | |
Hello there, i just need your opinion about this...i have now database and all i need to do is to connect it on this page..my question is..where i should put the code of connecting this page to my database that has a column of "ID" and "Password" and it has … | |
Well I'm quite a noob programmer, but I wonder if Microsoft Visual Basic 2005 Express edition programs in .NET or in VB 6 (This might be a really silly question) Thank You. | |
Hi guys! I've never used SQL Server before and I don't want to fall at the first hurdle. SQL Server is installed and connected to the server but how do I go about actually creating the database? I am developing a web based database using dreamweaver and asp.net. Do I … | |
Can someone please help me figure out what I am doing wrong here? It is supposed to find the checkboxes per dataitem and see if that specific dataitem needs to be deleted. And if it does, to delete them all after adding it to one SQL statement. Please look below … | |
can anyone give an idea like how to develop an online quiz how can i enter questions how to match entered answers with the ight answer and get the result just give me an idea plz help me on this regard Regards shruthi | |
Myself Hitesh having more than 4+ yrs Exp in various microsoft technologies like VB.net,ASP.net, VB 6.0, Sql server and Crystal Report. I require freelancing job in above technologies. My hourly rate is very low and I deliver quality product. Contact me for more deatils at [email]hiteshmacharya@gmail.com[/email] | |
Hi everyone, I dont know how to create urls friendly in the term of 'search engine friendly'. I have a website writen in ASP and my website url is: [URL=http://www.explorevietnamtravel.com]www.explorevietnamtravel.com[/URL]. For example when i click to new page-About us, the url is [URL=http://www.explorevietnamtravel.com/home/gioithieu.asp]www.explorevietnamtravel.com/home/gioithieu.asp[/URL]. Please help me to guide how can … | |
Dear all .Netters, In my report, I have 3 parametes(Par1,Par2,Par3) In this case, I only want to give parameter only for Par1,Par2. I set Par3 as interal and hidden parameter. In my webform, I write these code : [COLOR="Green"]ReportViewer1.ProcessingMode = ProcessingMode.Local Dim rep As LocalReport = ReportViewer1.LocalReport rep.ReportPath = "RptProductPhoto.rdlc" … | |
im having trouble using the PUSH method to generate a report . this is my code. [CODE] Try cr1.Visible = False Dim myConnection As New SqlClient.SqlConnection myConnection.ConnectionString = "Data Source=someplace;Initial Catalog=somedb;User Id=someid;Password=somepass;" Dim MyCommand As New SqlClient.SqlCommand MyCommand.Connection = myConnection MyCommand.CommandText = "Select * from asset where assetid < 10" … | |
Hello, I need to access the database when a session unexpectedly ends or session times out. This is just for telling the database to update a field for when the user last logged in. The reason I need this is that it saves me tons of coding for other stuff … | |
i need ur help in my project's requirements i've got few and if any similar web sites which can help me if u know actually my site will start video meetings between groups using text, sound and video thanks after all. | |
suppose when user click on edit button, he should not be allowed to go any of hyperlinks or tabs or any other other page. after clicking save or close buttons he shold be allowed to move. even though if tries to click on any hyperlinks or tabs he shold get … | |
I'm trying to send an email from my contact form using gmail, but i get a runtime error when try to send it. Heres the code: [CODE] MailMessage email = new MailMessage(); email.From = new MailAddress(from); email.To.Add(new MailAddress(to)); email.Subject = subject; email.Body = body; email.IsBodyHtml = false; System.Net.NetworkCredential auth = … | |
Hey guys I have a post back url that I using to link to a webpage of maps from a database but instead of opening the link in a new windows it just opens it in the same windows pls help I am a rockie code Protected Sub DropDownList1_SelectedIndexChanged(ByVal sender … | |
I need to update a few pages that send a forms based XML string to a site and display the returned values. I am not sure of the C# .NET 2.0 syntax to pull it off and wondered if anyone new of a good place to look. I have searched … | |
Dear all, I allow users to hit enter in my TextArea control (for address). The value is saved to SQL table. I show data in child form in GridView. If users click GridView row, will display in parent form. I get problem with address because it contains vbCrlf and JavaScript … | |
Need source code for the following: when you select a particular entry in the DropdownList, the other details of that entry should come in the datagrid. also there should be options for edit,update and delete the records from the datagrid. Code Behind: C# Database: SqlServer 2000 | |
Hey there, Recently, i am working on one of the community website, which is developed in Asp.net/sql server. I want to implement image verification during registration process so as, there won't be any automated registration.. Can anybody help me to program this utility?? | |
Hey everyone, I am a php programmer originally and am just helping a friend of mine update their website that they paid a designer (well that's what he called himself!) to do ages ago. I have built the whole site but am having problems on the most basic thing! I … | |
Hi everyone I have been studying ASP and I seem to be getting the hang of it. I recently just did an application that adds new equipments to the database. Now my problem is that I'm trying to include a button which will search the database and retrieve the required … | |
I have a data table adapter that returns a single column and I would like to assign the column to a string variable. Can anyone help me on this. it seems very simple but when I use this syntax [code] GpsitDataTableAdpater provider = new GpsitDataTableAdapter(); string CarrierString = Convert.ToString(provider.getProviderByDevUID(1789)); [/code] … | |
Hai I am creating one web application i am using xml String with one containing xml Output to assign that temporary variable.. this my requirement I want to transfer one xml file to another or Redirected web page how to transfer xml file or large data to another page i … | |
Please help! Here is my HJT log. Logfile of HijackThis v1.99.1 Scan saved at 7:47:08 PM, on 10/13/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16512) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\Explorer.EXE C:\Program Files\Google\Common\Google Updater\GoogleUpdaterService.exe C:\Program Files\Network Associates\Common Framework\FrameworkService.exe C:\Program Files\Network Associates\VirusScan\mcshield.exe C:\Program … | |
Dear all .Netters, How do I show icon printer in ReportViewer ASP.Net form for my Reporting Services Reports or how to print it to papers ? Regards, Kusno | |
I am trying to get a value from a stored procedure: [code=SQL]SET @RowCount = @@RowCount IF @RowCount = 1 BEGIN SET @Ret = 1 PRINT 'Insert a success' END IF isnull(@RowCount,0) = 0 BEGIN SET @Ret = 2 PRINT 'Insert a failure.. Terminating Proc...' RETURN END[/code] I should be getting … | |
Dear all .Netters, I get problem with these controls, DropDownList, CheckBoxList, RadioButtonList. Sometimes, i add item into those controls manually. Example : DropDownList1.Items.Add ("JAKARTA") DropDownList1.Items.Add ("LONDON") DropDownList1.Items.Add ("BOMBAY") DropDownList1.Items.Add ("BEIJING") If i use this property, DropDownList1.SelectedValue, it returns "JAKARTA", If we bind it using DataReader, we find these properties DataTextField … | |
Hi, I have the following javascript: [CODE] <script language="javascript" type="text/javascript"> // Global variables. var numSeconds; var timerId = null; var timerInterval = 1000; var numUpdates = 0; // Handle OnLoad event. window.onload = Window_OnLoad; function Window_OnLoad() { StartProcess(); } // Starts the process for updating the Map. function StartProcess() { … | |
hello, i want to know that how to pass parameter in crystal report in asp.net using vb.net 2003 i want to pass parameter through drop down list control plz help me out thanks in advance it';s hurrry | |
I've been running my application in "Visual Web Developer 2005" on my machine locally. I set up a server and installed IIS on it to access it. Copied all of the files and set permissions. When I type in the application I receive the generic error message, Server Error in … | |
Hi I am a self-taught asp.net developer - MCP / MCAD / MCSD - with a very good academic knowledge in Microsoft technologies. I haven't work for a company as a developer and lack of that experiece gets in the way against my progress. If any one can help me … | |
hi friends i wrote code in ASP.Net2, i got memory in a website but i could not understand that how can i keep my website project in that site please help me. | |
hi i want to know if it is possible using frame in asp.net. i have already done it in html but don't know how to do it in ASP.net... i have a right a Rightframe + One leftframe. i want my link to be in the left hand side, when … | |
hi, i am new to .net development, i want a simple login webform code behind page using a simple sql table only featuirng user id, name and password with validation. can any one help me out. please.............. |
The End.