13,153 Topics
![]() | |
Hi! What I am trying to do is to send and recive messages throuh users. The sending part works oks, but I am having troubles reciving em. I want a label to display "Hi, you Have X new messages". The way I have to know that it is a new … | |
hi all i write this code Protected Sub btnCreate_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnCreate.Click Dim SQLCreate As New SqlCommand Dim Conn As New SqlConnection Dim DA As New SqlDataAdapter Dim DS As New Data.DataSet 'Create DB SQLCreate.CommandText = "CREATE TABLE test " SQLCreate.Connection = Conn Conn.ConnectionString … | |
There is no datetime picker in the toolbox of visual studio .Net 2003 how do i insert it. I did try add/remove items and it does get added but it is not active and so cannot be used. Anyone can help me out? | |
Hello! Now I have another problem. I have successfully implemented cross-page postback with ASP.NET 1.1 using: [code] [COLOR=#0000ff]Protected[/COLOR] [COLOR=#0000ff]Sub[/COLOR] submit_Click([COLOR=#0000ff]ByVal[/COLOR] sender [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]Object[/COLOR], [COLOR=#0000ff]ByVal[/COLOR] e [COLOR=#0000ff]As[/COLOR] System.EventArgs) [COLOR=#0000ff] For[/COLOR] [COLOR=#0000ff]Each[/COLOR] o [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]Object[/COLOR] [COLOR=#0000ff]In[/COLOR] Page.Request.Form [COLOR=#0000ff] Dim[/COLOR] ctlName [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]String[/COLOR] = o.ToString() [COLOR=#0000ff] If[/COLOR] [COLOR=#0000ff]Not[/COLOR] ctlName.StartsWith(UniqueID & [COLOR=#800000]":"[/COLOR]) [COLOR=#0000ff]Then [/COLOR][COLOR=#0000ff] … | |
Hi all, I hav an application running in ASP.Net using VB. I hav two textboxes which carries user's input and a button. On Click of this button, the values in the textboxes will be added and be displayed in a label in a new window. I hav declared a variable … | |
Hi, all! I've been trying to pass a javascript variable to an asp.net webapp through a hidden input field. All according to post [URL="http://www.daniweb.com/techtalkforums/thread26184.html"]http://www.daniweb.com/techtalkforums/thread26184.html[/URL]. But something seems to be garbled. Here's what parts of my aspx code looks like. [code] ... [COLOR=#0000ff] var[/COLOR] src = document.documentElement.outerHTML; document.getElementById([COLOR=#800000]"pSource"[/COLOR]).Value = src; } … | |
Problem: Write a program that prints the following diamond shape. You may use output statements that print a single asterisk (*), a single space or a single carriage return. Maximize your use of repetition (with nested For … Next statements) and minimize the number of output statements. * *** ***** … | |
Hi everybody.. I'm facing a problem in counting number of checkboxes being checked using checkboxlist. I've tried to use checkboxlist1.selecteditem, checkboxlist1.items(i).count but all in vain.. I hope any one of you can HELP me out in this problem.. THANKS.... | |
hello i have a menu and IFrame in the page... i want another page to open in the iframe when i click any title in the menu...anyone know how? | |
Hi all, I have an urgent problem..Plzz can anyone help me guys.. We are into a student management system project and we want to send E-mails to students once tehy are registered with us saying taht from so and so date teh course is gonna start. I am getting teh … | |
Hey guys, I'm using VS .NET 2003, and I am designing a web application in VB .NET, I'm just wondering, Tekmaven mentioned to me in another thread of mine that it would be a good idea to use the datalist control as a menu, how would I use it to … | |
hi all i want to limit the input from the user in the textbox... actually i am creating a "signup" page where the user have to type his name ,password, email, etc... the problem is i want an error to be displayed on a label when the user type nothing … | |
Hi all. We are into a student information system project and we want to send confirmation to student that his course is abt to start on so and so date from our website but we are unable to do so..Is it becouse of Source code problem or some connections problem … | |
Ok, I am using a datagrid with paging enabled. It works fine if number of pages is 10 or less. Where I am running into problem is if there are more than 10 pages An example: paging looks like this Pages 1 2 3 4 5 6 7 8 9 … | |
Dear All, I need to hide the user control by checking a small if condition.If the condition is false then then the user control is set TRUE,else It should be FALSE.How can i do it in ASP.NET with VB.NET . Thanks, Thiyagarajan.N | |
Hi everybody, I can't transaction(Insert,delete, and update) to Ms. Access. I use C#(Web Broswer). This is the message Error: Operation must use an updateable query. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and … | |
Hi I am a new member in the forum. Now I have problem with MP3 file. I want to know how to read and write MP3 to database. :?: :sad: | |
I want to create an [B]Interface to Receive email from my POP3 mail account.[/B] Or a [B]Interface like Yahoomail & Gmail[/B]. please reply with useful information. | |
Hi all I was in need to add controls dynamically to a apanel , I did that. The problem when i want to read their values . I can't do that Adding code [CODE] For i = 1 To count Dim uu As New Unit(50) Dim hl As New Label … | |
Can someone tell me about your favorite blogs websites dedicated to C# & .NET as a whole, that you like to read. | |
this code is for a login page but i have a problem with it [COLOR=#ff0000][/COLOR] [CODE] <%@ Page Language="VB" Debug="True" %> <%@ import Namespace="System.Data" %> <%@ import Namespace="System.Data.oledb" %> <script runat="server"> Sub LoginBtn_Click(Sender As Object, E As EventArgs) dim con as oledbConnection= new oledbConnection dim comm as oledbcommand = new … | |
hi how can i list items from a database(MS Access) in a DropDownList in ASP.NET | |
Hello all, I need your help urgently.....................I have database in SQL server and using asp.net 1.1 I need to do something which like when deadline came then after every day of it, administrator has to send mail to that user something about.........User already registered with its mail address.... Please help … | |
[COLOR=blue]i wrote this code in the display of a page[/COLOR] sub Display() dim strcon as string ="Provider=Microsoft.Jet.OLEDB.4.0;DataSource =Sales.mdb" dim strcommand as string ="Select * from sales" dim myconnect as oledbconnection = new oledbconnection dim myAdaptor as oledbDataAdapter = new oledbDataAdapter dim salesDS as DataSet = new DataSet myconnect.ConnectionString=strcon myAdaptor.SelectCommand=new oleDbComman(strcommand,myconnect) … | |
Hi, I am getting the following error in the web config file having uploaded the asp.net project to an external server: [url]http://www.veebro.somee.com/chatgame/chatgame/index.aspx[/url] Currently it works perfectly when I run it on local a server and the customErrors mode is already set to "Off". Can you tell me what the error … | |
Hi All!, I have a small query editer with a textarea and a buton.The user gives their query in the textarea and click the button it will returns the data to a datagrid.The use gives [B]SELECT[/B] query then the [B]data grid[/B] will give the data.suppose user gives [B]update or delete … | |
I have a crystal report which includes a parameter to select one or more categories of hardware. I need to include all as one of the selections so that all categories of hardware would be listed. | |
Hi everybody I have one question. I´m quite new to HTML programming, but have been dabbling with it. I have a website that has two dropdownlists (ASP.NET controls). One ddl is filled on Page_Load with the months available. The other I have filled with every week of the corresponding month … | |
My page displays the info in the text boxes, but when we run the click sub for the update button it returns the info that it has been updated sucessfully. Here is the page code and below that is the stored procedure it uses, but not update in the database. … | |
i have Connected to MSAccess using OLEDB in ASP.Net. I have opened the Connection. i have a dataset which contains a table with 500 rows and about 140 columns. I have used nesting for loops to read every row and column of the dataset Table.The Problem is if i read … | |
[COLOR=#000000]Hello![/COLOR] Command line builds: devenv solutionfile.sln /build solutionconfig [ /project projectnameorfile [ /p rojectconfig name ] ] I try to build.........please could somebody tell me what is solutionconfig? Thanks | |
Hi Guys, Does any of you know how to dynamically add steps to a wizard control. I have been able to display the steps; however, in the next iteration the wizard steps disapear. Also, I had to add a template step for the dynamically added wizard steps controls to be … | |
Hi, I hav created an application running on ASP.Net using VB. I hav a panel and a button to print the page. I want the page to be printed as what it is exactly looks like on the page. And i want only the panel to be printed and not … | |
Hello all! I have been developing my asp.net application in c#, on my local machine. I have started working with the "reportViewer " and it works fine on my machine, but as soon as i upload it onto our server, which is windows 2000 server, IIS 5.0, it won't work. … | |
Hi All, Well once again I go round and round with IIS. I have got it to run with a little tweaking with ASP 1.1v but I can't get it to run with ASP 2.0. Here are the variables: Server Hosted on IIS 6.0 Running Windows 2k3 Server Not a … | |
Hi i have a CipherLab CCD 1000 barcode scanner that i need to use with a windows form, and have no clue as to how to focus the scanned data to the textbox. i have already set the scanner up, but somehow i cannot seem to get the .dll file … | |
hey all i need ur help i have a database, and a table with report column. in this column, i storing data and i can change the bold, colored and aligned the text using a toolbar,[B] like the toolbar here when u want to put a thread[/B]. all that is … | |
I have a form page on the web using a FormView. There are a half dozen fields for the user to fill or select from drop downs. These get populated into the sql database with the standard sqldatasource insert statement. However, I also want to add the current date and … | |
hello everyone, im new with Asp.net so im seekin some help from all of u.actually im looking for any article or tutorial or some sample code from where i can get the idea how to use Asp.net where my language would be javascript and ajax and my server would be … | |
Hello All, I am a beginner in asp.net..may be my question seems to be silly to you all, but pls help me out... i have a web application which basically redirects the page to another web application and the url of the first web application has to captured in the … | |
i have to design a login form for my project with loginid and password.:sad: [B][U]Problems[/U][/B] 1) i have to store passwords in encrypted form 2) connectivity of asp.net with oracle 8i after cross checking of password and loginid next page should display details account so please help me on this:?: … | |
Hi All, May I know how to write the codes to get the correct Username and Password when I Click on "submit" (stored in Access - User_Login.mdb)? Next, how to make the locked the Login Page until I entered the correct Username and Password? Because now even when i type … | |
hello,i have a nice-looking dhtml menu written by javascript,the javascript code is in a separate .js file,and when i use it in html page,i just insert <script type="text/javascript" language="JavaScript1.2" src="stmenu.js"></script>in <head></head>tag and it works fine now i want to use this menu in .aspx page ,is it possible ?and how? … | |
I want to retrieve data from controls in the requested page to other page by using [B]request.form(control name)[/B] but this is not working for me.I tried both [B]response.redirect [/B] and also [B]server.transfer [/B] for redirect to new page but it is not working for both the commands. | |
Hi everybody, I am new to this board. I have a new client that has a public access point for his business. He wants to ensure each person that uses this access point registers so he can get everyone's contact information to send them out coupons, etc. The way I … | |
Hello there all, I need your help..........I have datagrid with its data from SQL server. But i want to update its data to click the ID......That is it........ <a href = "DataUpdate.aspx"> Something here to validate my ID </a> Please help, any idea would be big big help to me......Since … | |
When we talk about MVC architecture…. Why we write connection string code in web.congig file rather we can write it in DataUtility.cs in OpenConnection() method and what is the role of web.confic file? | |
Hi Everyone, First of all, thanx Mojio for providing me the right code information on connecting sql server database. As I'm a beginner in ASP.NET, using vb as language. I have created few text boxes on the form as an input to the application. I hav managed to insert the … | |
I'm a newbie and I've got some problem with my project. Here's my prob. I have 2 pages. First page I have 2 dropdownlist, months and years, and some radio button. Second page I have checkboxlist and submit button. When i click on radio button in the first page(autopostback), it … |
The End.