13,153 Topics

Member Avatar for
Member Avatar for kischi

Hi I am copying data from excel to sql server 2005. But when I copy it, In the time column when I have written for example 19:00 then in sql server it will write: 30-12-1899 19:00:00 And when I wan't to extract it to my page it will write it …

Member Avatar for SheSaidImaPregy
0
101
Member Avatar for HrishiR

[COLOR=Blue]I require some help regarding image comaprison application!! I am devloping Image Comparison Application in ASP.net which compares images irrespective of it's format,size and gives result in Percentage Format!! [B]I want to know whether it's possible to comapre 2 images using asp.net irrespective of their format,size and result should be …

Member Avatar for Aneesh_Argent
0
1K
Member Avatar for kischi

Hi I am trying to upload an excel file to the server. But it won't work, every time I am trying to upload an xls file and press the button. it writes: No file was uploaded. as if i had no file. you are welcome to try on: [url]http://radio.web.surftown.dk/admin/indset_program.aspx[/url] the …

Member Avatar for kischi
0
107
Member Avatar for chinni1

This is my code.Here Instead of query string can i use view. plz reply me. Protected Sub btnchk_name_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnchk_name.Click Dim str As String = "select ID from table1 where ID = '" & txtid.Text & "'" Dim con As String = ConfigurationManager.AppSettings("preeconn") …

Member Avatar for chinni1
0
117
Member Avatar for Potato.Head

hi to all, I have a page that contains two frames (before you start telling me that frames are not good, I know but this is the requierement from my course, what I can do?), anyway I have a main page that contains leftframe.aspx and rigthframe.aspx, everything is working ok …

Member Avatar for Aneesh_Argent
0
94
Member Avatar for abhims

I want to develop a system where the MS Access Database on the client machine, gets updated from an MS Access Database located on a remote server. How can this be achieved? Is vice-versa possible too. Thanks in advance :)

Member Avatar for iDeveloper
0
112
Member Avatar for billy_111

Hi, I have the following RSS feed:- [CODE] http://www.schok.co.uk/lottery/lottery.xml [/CODE] It displays a number of feeds, but i am particularly looking at the fifth feed, which says "The Main UK Lottery Draw Numbers for 27-12-2008". What i need to do is obtain the winning numbers from the feed and check …

0
60
Member Avatar for vinaykumar1690

this question has been burning in my mind for a long time, which is more popular and superior java or .net what are the future prospects of java and .net I'm not sure whether i can post such a question here cos i'm new to daniweb. looking forward for replys. …

Member Avatar for verruckt24
0
98
Member Avatar for nienprosoft

Hi all. I need Professional Search Engine Optimization with ASP.NET: A Developer's Guide to SEO book may you sent it for me? thanks SNIP

Member Avatar for happygeek
0
53
Member Avatar for kodingkarthik

Hi all, I am new to asp.net programming and i am using asp.net calender control the code tht i am using is [CODE]Protected Sub btn_dob_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btn_dob.Click Try If (txt_dob.Text.Trim() IsNot DBNull.Value) Then Calender2.SelectedDate = Convert.ToDateTime(txt_dob.Text) End If Catch ex As Exception End …

Member Avatar for kodingkarthik
0
160
Member Avatar for tusharvichare

hai, i am generating check boxes dynamically (code is given below) i wanted to capture the check box checked status plz help me how to do this, [B]dont consider that i have given both text property and ID are same, as this i am testing i have given like that …

Member Avatar for Aneesh_Argent
0
67
Member Avatar for srvishnukumar

Hi Friends, I Need Some Ideas About Label Control... Now Am doing An Online shopping Project [Only PC Parts]... Then I had Stored the Product details [with Productprice] while i want to displays productprice in booking details that which is mine selected product. In booking details I had used label …

0
52
Member Avatar for achtani_jeetu

the thing is I am just a beginner and started learning .net. Can anyone tell me about the meaning of this statement. Here myrdr is the object of sqldatareader. Your responses are highly appreciated. And I had some pressure so got to learn things quickly. Please Reply and Thanks in …

Member Avatar for iDeveloper
0
83
Member Avatar for ptaylor965

Hi have a form with a Multiline Textbox and a Span I save the text and load into a <span> [CODE]lblSpan.InnerHTML = txtMLBox.Text.ToString.Replace(Environment.NewLine, "<br/>")[/CODE] The Span looks fine in IE but If I do this in Firefox the Environment.NewLine is not being converted I am using Visual Studio 2008

Member Avatar for ptaylor965
0
143
Member Avatar for Anwarmt

Hi I have been working as an Sr S/w Engg on the platform VB6, SQL Server 2000, and Crystal report. I joined a new company recently and they have plans to migrate their VB6 product to Web based product. I am very enthusiat to get myself into Dot net platform …

Member Avatar for poguemahone
0
137
Member Avatar for Tank50

Hi I have dropdown list in my asp.net page.I wrote a below coing coidng in the `SelectedIndexChanged`, protected void cmb_Se_SelectedIndexChanged(object sender, EventArgs e) { SqlConnection con=new SqlConnection("Data Source=20.1.2.58;Initial Catalog=Customer;User ID=test123"); string str = "select ExecutiveName from Executive where TeCode='"+cmb_Te.Text+"'"; con.Open(); SqlCommand command=new SqlCommand(str,con); SqlDataAdapter adpter=new SqlDataAdapter(command); DataSet data=new DataSet(); adpter.Fill(data); …

Member Avatar for culeu
0
133
Member Avatar for rajkishore

hi all, i created an web application in which i have used sessions. when i run this application on IIS its working fine, but when i hosted on another webserver(EasyCgi) the sessions are not working. can anybody please help. i even used Session State and Session mode in my WEB.CONFIG …

Member Avatar for rambabuk1222
0
63
Member Avatar for sonia sardana

can Somebody send me the Simple program that just displays the title=My First Project & sonia on the Screen. I m tryimg the program but not getting it because i m new to the ASP.net.....I do not know whether to write the code in default.aspx or default.aspx.vb. [code] <%@ Page …

Member Avatar for rambabuk1222
0
90
Member Avatar for sonia sardana

hey frnds, I m new to the ASP.net..Plz jelp me out. My windows is Installed in D: I made project & save it D:\Inetpub\wwwroot\WebSite1 Website1 is the folder I created & form name is aspx. [code] <%@ Page Language="VB" %> <html > <head> <title>Introduction</title> </head> <body> <% Response.Write("My First project")%> …

Member Avatar for Fungus1487
0
217
Member Avatar for chitti1986

Hi I am Raviteja new to web development. I need to upload a file to a server say "abc" and later i have to us the path of the file that is uploaded to a server.I am using VB.I know how to upload the files to a local client folder(say …

Member Avatar for Aneesh_Argent
0
87
Member Avatar for rinkuchoudhury

hi I am working in asp.net,vb.net I have to copy all files from 1 folder to another folder through coding using system.io the files in the new folder should remain with the same name how to do this.

Member Avatar for ajit2mail
0
362
Member Avatar for kodingkarthik

Hi all, I am new to asp.net programming and i have to create a calendar control that displays 3 drop down lists for day month and year resply. But i am not able to do it since i dont know client side programming for asp.net any help or suggestion is …

0
60
Member Avatar for Ninad16
Member Avatar for arunasingh
Member Avatar for morag

Ive done an asp site - it all works perfectly on my local machine and also when i upload it to a test area in one of my other sites ive done (hosted by fasthosts) but when i upload it to the clients test area it doesnt work - it …

Member Avatar for binoj_daniel
0
177
Member Avatar for digits

I have a website that I developed in Visual Studio Pro 2008. I have a series of .aspx pages. How do I make it so another person can see these pages on their browser? (like HTML pages). I've tried saving the extension to .html, but the VB design doesn't show …

Member Avatar for jbennet
0
80
Member Avatar for daz69

I'm new to ASP.net and struggling with what should be an easy thing. I have three bound thumbnail images in a template field. I need to display a larger version of the image when the user clicks a thumbnail. I'm used to Dreamweaver and this is a 2 second job. …

0
45
Member Avatar for btech_Saurabh

Hi..... I am binding a Repeater control with List<int> at OnLoad event [code]protected override void OnLoad(EventArgs e) { if(!Page.IsPostBack) { List<int> datasource =Get(); if(datasource!=null) { rpt.DataSource=datasource; rpt.DataBind(); } } base.OnLoad(e); }[/code] it works fine.....my Repeater bind successfully......i have a button at each Repeater Item....When i click on that button my …

0
120
Member Avatar for john8098

Most of the asp.net shared web hosting didn't support msdtc ( Microsoft Distributed Transaction Coordinator ) , when using Thebeerhouse starter kit , you would encounter error when click submit now ( go paypal section ) & in admin list of user and order also result in error. because this …

Member Avatar for blickberry
0
235
Member Avatar for squarkman

Happy Hoildays! Does anyone know of an Integreated Development Environment for creating ASPX files AND being able to see the results in a WYSIWYG window? I've tried Visual Basic, Visual Studio etc but it can open the source but never seems to be able to show the resultant developed HTML …

Member Avatar for serkan sendur
0
108

The End.