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 … |
The End.