13,936 Topics

Member Avatar for
Member Avatar for 7arouf

Hi there, i have a quick question. What is a good software that we can use to build php pages??? I heard that netbeans is a good one!! i never used php before, and would like to have my own website using php. It's not a complex website, it's fairly …

Member Avatar for BzzBee
0
314
Member Avatar for guptaalok12

i m making a software in Hostel Management system. i have no idea about project.so any one gives me idea any site where i can downlaod the design part or can get information abt it.Pls help..................

0
85
Member Avatar for chriscross86

hi there, im coming up with a registration form. i can not connect with the database. im using asp.net(visual web developer) and microsoft sql server as database. in the web.config i came up with these codes; [code=xml]<connectionStrings> <add name="ConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachdbFileName=&quot;|DataDirectory|\Courier Management System.mdf&quot;;Integrated Security=True" providerName="System.Data.SqlClient" /> <add name="ConnectionString2" connectionString="Data Source=.\SQLEXPRESS;AttachdbFileName=&quot;|DataDirectory|\Courier …

0
66
Member Avatar for dandanepallavi

I hv created setup of my project using "Setup wizard". But when i ran that setup on another m/c which is not having .NET installed on it. setup asks for .NET framework. can i include .NET Framework in my setup. Please help me out.:( Tahnks in advance.

Member Avatar for Merovingian
0
157
Member Avatar for ritu verma

hey, I m creating a small project shopping cart....In gridview. I want to add a Hyperlink to each row of GridvIew, & when the user click on Hyperlink(Add to cart),data go to database.. I add a hyperlink code,but the problem is that,it is not firing,To fire the event for hyperlink..I …

Member Avatar for mail2saion
0
309
Member Avatar for Alv45525

helo guys...i have a table in sql server express edition and 3 fields in it, UserID, Password and Role. I managed to create my login but now i want to add some piece of code in order to give acces according to the role field..that is admin and user will …

0
112
Member Avatar for Alv45525

helo guys, i have a little problem here. i've always been using MS access as database to connect my vb.net applications. Now i've design a webpage in asp.net and i want to connect the login.aspx page with the sqlexpress provided in vb.net framework..can anyone help me with the steps?? just …

Member Avatar for Alv45525
0
93
Member Avatar for atplerry

Hello! am developing a site on ecommerce website (a payment solution site) it is under developing but i am in the section to write the code that other website that accept the mysite as a means of payment to their website. Please help me to make contribution and help in …

0
101
Member Avatar for kals4u

Hey guys im new to daniweb can anyone tell me how can i create an email inbox in my Web Application

0
53
Member Avatar for mania_mj

Hello frnds.. I want to implement a progress bar on initial page load in Asp.Net. I am using Asp.Net 2.0. I have used Update Progress Bar but ii is shown on PostBack but not on initial page load time. As my page takes 15-20 seconds to download intially I want …

0
43
Member Avatar for sarmadirizvi

hello friends!! Can anyone of you help me know how to make the members of my forum send private messages to each other? I am building a discussion forum for my college students. You can take me as a novice in the field of Asp.net. I am using Sql server …

Member Avatar for sarmadirizvi
0
109
Member Avatar for pepcoder

Hi, I am trying to access my project which is located on VSS from my Visual Studio 2003 which is installed on my machine but I am not able to do the same.When I have selected File->FromSourceControl option of Visual Studio all the sub menus seem to be disabled for …

0
56
Member Avatar for Stella Richards

Hello, Which of the following answer is true and why? Question: Which type of .Net application can be used to automate tasks and does not require a user to login? a. Windows Form b. Windows service c. XML Web Service d. Net remoting object Please explain your answer. Thanks.

Member Avatar for achristov
0
72
Member Avatar for janithdg

i've been told to develop a semantic search engine as graduation project, the hard part in it to understand is the web crawler, this crawler needs to crawl through the net and generate RDF's from there vocabularies of the natural language, can any one give me an idea on how …

0
42
Member Avatar for samiullah478

Hello All i have the following expertise [B]Dot Net[/B] [B]Asp.Net[/B] (interface design, basic database operations, introduction to web services and some advance topics,crystal reports) [B]Desktop Applications[/B] ( interface design and basic operation, reporting in crystal reports) [B]Design [/B]Fireworks CS4, xhtml,css, template designing, php medium level applications ,joomla,wordpress,oscommerce customization first i …

0
27
Member Avatar for Anuj Trivedi
Member Avatar for brightline

I am a new for sharepoint, ans there is a task assigned to me in sharepoint. The task is as following: we have a sharepoint site that uses LISTS to store the data, we want this site to use SQL Tables instead of LISTS. I think that this task is …

0
87
Member Avatar for jain4

Hi there, I am very new to ASP.net. I have just started making a website in ASP.net 2.0. In this website, i want to have a admin section which can be accessed only after the admin logs in with a login page. Now I am using custom asp.net script then …

Member Avatar for jain4
0
92
Member Avatar for Hsus
Member Avatar for ninjaimp
0
76
Member Avatar for ramareddy_dotne

I hav a program with 2 textboxes in which I hav to display data fields from sql tables and insert values in to table through these 2 textboxes. the program goes like this Dim ds As New DataSet Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load …

Member Avatar for ShawnMilo
0
3K
Member Avatar for kischi

Hi I'm trying to make a file upload function for pictures. So can anyone please help me to make a simple file upload function in c#? I've tried to make one, but it won't seem to work, so I've decided to start over, just with a simple file upload funktion. …

Member Avatar for mail2saion
0
246
Member Avatar for Bladtman242

Hi, im VERY confused about this, and i get a lot of different explanaitions, so now im asking you guys, because you properly know:) What can .net be used for? what is it good for? .net vs. gtkmm? Can i use the .net framework with c++? and how? Thanks in …

Member Avatar for Bladtman242
0
423
Member Avatar for functionsys

Greetings to you .. gentleman First thanks for all ... and keep it up i'm using ASP.NET 2008 C#.NET i have controlpanel.aspx page .. this page i don't want from any user not login to see it .. when user login and user name and password is ok then show …

Member Avatar for functionsys
0
128
Member Avatar for brightline

I has a login page in my web application, when the user login my web application through login page, he is redirected to the welcome page. All this is ordinary, but the problem is when the user press Back button of IE he return to the login page then if …

Member Avatar for P.K.Chaudhary
0
102
Member Avatar for pradeepfusion

Hi, Every body, I have one problem that I want to get window logged in user in asp.net, each and every time it is giving ASPNET, I want only window user. I have WindowsIdentity class, HttpRequest.ServerVariables, Environment Variable class. But still giving ASPNET, Plz help me. Thanks

Member Avatar for pradeepfusion
0
197
Member Avatar for ranjinibiliya

Hallo, I am getting one error in asp. could you please help me regarding this error. I have created a login window, were i have created a database in sql server named "Data", and one table which have user name and password , the table name is : LOGIN. I …

Member Avatar for mail2saion
0
82
Member Avatar for julseypart

Hi, i would like to programatically send the user an email of all the files they have backed up + associated file information. My question is how can i send the body in a formated way for example To: userEmail() subject: File Backup Report Body: All users files here e.g. …

Member Avatar for julseypart
0
159
Member Avatar for mail2saion

Hi, I am from Bangladesh. I am a Web Application Developer. My love is asp.net & Sql Server. Worked over 5 years. Always trying to learn & share knowledge.

0
33
Member Avatar for samycbe

how to make a validation like vb in asp.net? I want to make a text box should only accept numeric values.... samy

Member Avatar for nil
0
147
Member Avatar for ak2ktech

Dear Friends, i host a website and use visual web developer for aspx ... i want to create a form , in which users will aftre logging to my page enter 10-12 fields and that will be appended in a backend database on my server eg MS Access... please suggest..

Member Avatar for mail2saion
0
119
Member Avatar for divyasrinivasan

hi i want to have the code for editing,updating n deleting data in gridvoiew i tried a lot searching in google..i trid also but could not get the output....i want how to insert textboxes using the edit colums ....i want in detail pls help... 2.next is how to add rows …

Member Avatar for mail2saion
1
195
Member Avatar for sam1

hi, i have a tree view which gets populated using object. if i have 4 nodes and click on top one it gets expanded at the bottom. e.g. node1 node2 node3 node4 if i click on node1 i get node1 node2 node3 node4 node1 children here is my code treeview.add(newnode) …

Member Avatar for mail2saion
0
112
Member Avatar for mansi sharma

Hey i want to ask that,suppose in HTML table cell...I insert Hyperlink....Is that possible to write the code for that hyperlink...Cz if the iamges are static,HTML table is better option than Gridview,I thk so????

Member Avatar for mail2saion
0
100
Member Avatar for thirumca

hi, I am using sql server 2000, but the following error will be occured on open a connection. Pls give solution for this error An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that …

Member Avatar for mail2saion
0
146
Member Avatar for ayanes21

I am having some trouble getting this code to work and I dont know what I missing, any help is greatly appreciated. I have a simple 9 question survey using asp.net, I am using an asp:formview with InsertItemTemplate. In the form I have a radiobuttonlist with yes no values, I …

Member Avatar for ayanes21
0
687
Member Avatar for .netidiot

Hi i am sorry to bother you with such a simple issue. Currently I am familar with using datagrids and displaying data from my tables that way. However i want to be able to display things like for intance products are on amazon/ebay. For example my database contains products name, …

Member Avatar for mail2saion
0
128
Member Avatar for niketh90

I have been give the salary and hra of manager,supervisors and workers. Now i want to take the name,address,ph no ,designation from user . then take that name address and ph no along with the default calculated salry,hra from first form to be displayed on second form. So that a …

Member Avatar for mail2saion
0
130
Member Avatar for julseypart

Hi, i wondered if any1 knew how to create a simple bar or pie chart in asp.net. I would like to show how much space users have used e.g. 25/100mb represented graphically and showing percentages Thanks for help

Member Avatar for mail2saion
0
375
Member Avatar for knowledgelover

I am designing a page containing a gridview that takes the data from a dataSource the data are evaluation questions (20 questions) and the answers are degree of five represented by radiobuttons I added the radio buttons to the gridview as template item [B]Like this :[/B] <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" …

Member Avatar for mail2saion
0
121
Member Avatar for premanjanadas

I am a new bie to streaming concepts. I only know basics of web development and have worked little bit on asp.net. My project is to broadcast live video on internet. I have installed wowza, adobe flash media encoder, and vs.net. Now how to put all these together,( i'm really …

Member Avatar for premanjanadas
0
80
Member Avatar for ninjaimp

Hi Im trying to display image binary data but its not working. I have the code below but on the line: newimage = System.Drawing.Image.FromStream(ms) i keep getting the error 'Parameter is not valid' [code] Dim obj As Byte() obj = StringToByteArray(ImageString) Dim ms As New MemoryStream(obj) Dim newimage As System.Drawing.Image …

Member Avatar for ninjaimp
0
400
Member Avatar for obscured47

Hi everyone, A very specific question.. I've got a ConfigurationElement class that has some configuration elements. At the moment, the config is something like this.. [CODE]<Hello> <A name="blah" /> <B name="bleh" /> <C name="blih" /> </Hello>[/CODE] ..but I need to have only one of either B or C. So I …

Member Avatar for obscured47
0
75
Member Avatar for uthman4u2nv

How do i associate a particular information such as Picture or comments to a logged in User. I want to do it such that when a particular user is logged in, it displays his or her pictures or albums and comments associated with his account. but i dont seem to …

Member Avatar for ninjaimp
0
72
Member Avatar for mangesh5588

hi, i m making one asp.net page. in that page there is three text boxes called id, response id, and email. same columns is in sql server table called info. In table "info" for id column i have assigned " isidentity" = yes. its created auto number like 1,2,3..... and …

Member Avatar for carobee
0
104
Member Avatar for uthman4u2nv

Anybody with a link to where i can download asp.net video tutorials? its urgent please.

Member Avatar for tatvacoder
0
76
Member Avatar for serkan sendur

hi guys, is there anyway of catching exceptions globably in a windows application similar to way we handle exceptions using global file in asp.net aplications? thanks.

Member Avatar for dickersonka
0
112
Member Avatar for uthman4u2nv
Member Avatar for peter_budo
0
131
Member Avatar for soniajay

Hi , I am working for one in-house web application project with C#, ASP.NET and SQL Server 2005. But here we are facing a issue for initial loading time of that application, it takes around 20 seconds to load it first time but after that it works fine,but again after …

Member Avatar for Tom92
0
128
Member Avatar for ashkan3030

Dear friends , I wrote my own asp.net pages and I wand to upload them. Now I need a forum part. Is it possible to use open source forum in php?, or is there any good open source forum in asp.net available ?

Member Avatar for ashkan3030
0
169
Member Avatar for thirumca

Hi, how to bind dropdownlist in few seconds I have one table in msaccess database, but this table contains 2500 records. I need to bind these records to asp.net dropdown list, but its take long time to bind the datas. so pls give any new method for binding the datas …

Member Avatar for subburaj.r
0
169

The End.