13,153 Topics

Member Avatar for
Member Avatar for rockiesmagicnum

Here is my issue. I'm attempting to create a daily mailing using a console app. Well, when I started, I for some brilliant reason made a web app. So I'm trying to translate it into a console app, and while I THINK this should work, I keep getting a "type …

Member Avatar for sinnerFA
0
185
Member Avatar for nccsbim071

Hi everybody I am developing an application in asp.net mvc where i need to have Chat application intergrated in the web page. The chat application should be able to support group chat, private chat, simple file transfer and user should be able to create their own rooms. Can u people …

Member Avatar for nccsbim071
0
514
Member Avatar for rockiesmagicnum

Here is my issue. I'm attempting to create a daily mailing using a console app. Well, when I started, I for some brilliant reason made a web app. So I'm trying to translate it into a console app, and while I THINK this should work, I keep getting a "type …

Member Avatar for rockiesmagicnum
0
62
Member Avatar for salman1986

Q: you are creating an asp.net application. the application will be displayed on intranet. application uses microsoft windows authentication. more than 100 users will use the asp.net application simultaneously.what setting should be done by the project manager? 1) Add the following element to the authentication section of the web.config file …

Member Avatar for kvprajapati
0
124
Member Avatar for dawsonz

Hi i've got a simple username and password entry on my webpage. My login class works perfectly in Windows Form but not in my Web Application Login class: [code] using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Data.SqlClient; namespace assignmentForm { public class UserLogin { private SqlConnection connection = …

Member Avatar for dawsonz
0
100
Member Avatar for shakthi712

hi friends I am developing a chat application here i have kept general chat room here multi users can chat with each other but now i want one to one chat in my application, when logged user click on any user in the user list, one pop up window should …

Member Avatar for kvprajapati
0
99
Member Avatar for nverma

i have a datalist,i want an add button at the end of each row,clicking wich should result in a new blank row

Member Avatar for Ramesh S
0
82
Member Avatar for nverma

can i embed a ppt in an aspx page ,,,withoud allowing it to be downloaded,saved,,,,it should only be viewd

Member Avatar for kvprajapati
0
91
Member Avatar for Pankaj18

Hi, I have to create a mail server. Is it appropriate to store all the messages (Emails) in Sql server or is there some other way? How do these mail servers like gmail, Hotmail, SquirrelMail work? My company is creating a CRM where we have to download some selected messages …

Member Avatar for kvprajapati
0
55
Member Avatar for allstar11

Hi everyone, I'm building a pretty simple website - a online quiz/test where possible questions are stored and retrieved in a sql database. I have 2 questions: 1. How can I loop the creation of a formview on the asp page to display each question. I have manage to create …

Member Avatar for kvprajapati
0
63
Member Avatar for cooldiv4u

i have a calender control on my page which is generated using javascript. As shown below how it looks in my aspx page. [code] <td colspan="2"><asp:Label ID="lblPckgStartDate" runat="server" Text="Pckg Start Date"></asp:Label> <input ID="txtPckgStartDate" runat="server" class="NormalTextBox" ReadOnly=ReadOnly type="text" />&nbsp;<a onclick="showCalendarControl(txtPckgStartDate)" href="#"><img src="calendar.gif" style="width: 20px; height: 20px" border=0 /></a> </td> [/code] Now …

Member Avatar for kvprajapati
0
212
Member Avatar for OldQBasicer

If I use the Publishing Wizard to try to publish my app to my website, it asks for the URL, but of course, my web host requires a password to access my site, so the wizard can't publish there. How do I publish to my site that requires a password …

Member Avatar for kvprajapati
0
63
Member Avatar for dotnetvally

hi, i have sql server 2008 and visual studia 2008 install in my system when i open a new website project and then use the asp.net administrative tool in that when i so for security tab under that one i want to enable roles but it displaying error that can …

Member Avatar for kvprajapati
0
64
Member Avatar for kanuri1

please give me any website address for how to deployement of an website..................in asp.net using vb.net. thank you.......

Member Avatar for kvprajapati
0
31
Member Avatar for balitravelblog
Member Avatar for beckybc920

I am new to developing so please bear with me, I am using SQL Server to create an xml output (using the FOR XML clause). In Query analyzer the xml document is produced correctly with all the element and child nodes. I am using asp.net and the XmlReader to read …

Member Avatar for kvprajapati
0
108
Member Avatar for f.ben.isaac

Here is an example - Assuming the following messages appear in a label: [B] You have 3 messages to post![/B] Once a user post a message/comment, the above message goes away and the following one is shown: [B]Your message is posted successfully![/B] Then the message fades away and the following …

Member Avatar for sinnerFA
0
76
Member Avatar for srsackman

Hi again. I have a gridview control on my page, and some search criteria textboxes, etc. When my user clicks 'Search', I want to show or hide an unrelated hyperlink based on the count returned by the grid. I'm having trouble figuring out when to do this. I started with …

Member Avatar for srsackman
0
89
Member Avatar for aravinda reddy

I need to match the content on web. For example consider I have one sample code,if i submit that code it should search on web and display the website url where that code exists. I need the code in asp.net and c#. anyone if knows how to do this Plz …

Member Avatar for Geekitygeek
0
100
Member Avatar for ramsham

HI, I am quite new in this field.I am developing one C# web application .can you help me with following stuff. I want to Display images from a folder which contains nearly 1000 images. That image files in folder(means image itself) has names like 15_1,15_2,15_5,15_40,18_1,18_3... where first field is id …

Member Avatar for Renukavani
0
382
Member Avatar for botaxsmaniz

dear all, i need help about asp.net. i'm making application with login form from visual studio and using loginname in every pages, my questions is: how to get username online into database when user insert/update? because i wont to know 'who create this data' best regards, martin

Member Avatar for Renukavani
0
176
Member Avatar for hani80

Hi, I'm planning to develop a web erp like application. In this, i like to make common buttons for new, insert function.(like open bravo web erp). How can i acheive this? I dont think its not a good practise to include this int master pages or user controls .. any …

Member Avatar for reach_yousuf
0
80
Member Avatar for jd_davis

Greetings, I'm working my way through the Head Start C# book, and I know that whenever I open a stream [CODE=c#]Stream reader = File.Open(filename));[/CODE] I [B][I][U]ALWAYS[/U][/I][/B] [CODE=c#]reader.Close();[/CODE] my stream. The book also lets you know you can use a using block [CODE=c#]using (Stream ...) { }[/CODE] and the stream will …

Member Avatar for MattBerry
1
846
Member Avatar for aravinda reddy

I want code to copy word text content into texbox using c# code in web application right now i have code for windows application. [code] using Microsoft.Office.Interop.Word; private void readFileContent(string path) { Microsoft.Office.Interop.Word.ApplicationClass wordApp = new ApplicationClass(); object file = path; object nullobj = System.Reflection.Missing.Value; Microsoft.Office.Interop.Word.Document doc = wordApp.Documents.Open( ref …

Member Avatar for aravinda reddy
0
2K
Member Avatar for kiranbvsn

I am newbbie to C# gridview Please can anyone give me the complete detailed gridview with some explanation something like how and when databound,e.t.c events fire, and some basic terminology associated with grid view like rowindxes,row.edititem, e.t.c please kindly do the needful as i have to implement it in my …

Member Avatar for kiranbvsn
-1
73
Member Avatar for abrogard

I'm just learning C# and I'm using MS Visual Studio for that and a website with tutorial stuff. I've written my first little app which just does a simple calculation on some figures input by the user and outputs the result. It is a console app at present. Now I …

Member Avatar for Mike Gale
0
195
Member Avatar for laptop545

Hello All, I am presently working on a developed website and want to add some functionality to it. I have a file called AssetPreview.ascx and the code behind the file as AssetPreview.ascx.cs Now, i added something to the ascx file like, [code] <a id="test" onclick = "temp()" runat="server" >Click here …

Member Avatar for Renukavani
0
70
Member Avatar for iramirez

Hi everyone, I'm creating a database installer where I have some code to create database, tables, stored procedures, etc. I don't have problems when creating the database, tables and inserting required data. My problem is when my code gets to the stored procedures section. Here is what I do: I …

Member Avatar for kvprajapati
0
282
Member Avatar for rohitmanhas_12

i want to use timer in my pages..below is the code that i had used.. its working fine when i used it with a new page..but when i used it with my master page and run in browser it will only show the time..i had to refresh it every time …

Member Avatar for rohitmanhas_12
0
70
Member Avatar for vaibhavd

I have included following webservice in my project [url]http://www.webservicex.net/CurrencyConvertor.asmx[/url] There i got a function as ConversionRate() which takes parameters as follws [code] double Rate; CurrencyConvertor ccs = new CurrencyConvertor(); Rate= ccs.ConversionRate(Currency.USD, Currency.INR); lblResult.text=Rate.toString(); [/code] It works fine but, My application contains 2 textboxes where i want to manually show the …

Member Avatar for vaibhavd
0
144
Member Avatar for vinoth.raj2k

Hi i need login page code with password change option in asp.net with c#.net , help me as soon as possible!!

Member Avatar for Geekitygeek
-1
57
Member Avatar for Renukavani

Hi All, I am having html content in text format and want that to convert as image to send to user instead of Html content to prevent the modification.

Member Avatar for kvprajapati
0
47
Member Avatar for bs.sowmya

Hi, I have developed a web setup project that uses custom dialogs. I have developed a custom dialog using orca and have successfully been able to add the dialog created. But when i try to install its gives me the following error:- The installer has encountered an unexpected error installing …

Member Avatar for kvprajapati
0
266
Member Avatar for Tank50

HI I use Reporting Service to generate the report and it generate report in aspx extention.I think its an ASP.Net page. Anyway Problem is once I log into those reports from server which I host these pages,Its works fine,but onceI log into those reports from another computer then its takes …

Member Avatar for kvprajapati
0
118
Member Avatar for mrpenknife

Hi, I am developing a website which will allow users to click the <RUN> button to execute some reports. These reports are public functions inside a DLL created earlier, and function takes around a few minutes to a few hours to finish. Should I use the Asynchronous HTTP Handler to …

Member Avatar for kvprajapati
0
80
Member Avatar for aravinthanbabu

hi i need know to pass the selected value from gridview into textbox and modify the text. store in same location which is retrieved from database

Member Avatar for kvprajapati
0
47
Member Avatar for nidhi dave

i want to display two datalist controls in same page out of them one has to display image. then those image and its path has to be stored in the database? how to do tat?

0
49
Member Avatar for k1robert

Hi i'm creating my Data Access Layer and I want to return my object but not all the fields so this is the code i'm using [CODE] Public Function BasicSearchProposals(ByVal searchvalue As String) As IEnumerable(Of DCProposal) Dim dc As New PPDataContext() Dim proposals = From p In dc.DCProposals _ Where …

Member Avatar for kvprajapati
0
1K
Member Avatar for Dimansu

I am creating reports using RDLC.In my table I have 2 column scalled "NAME". and Address.I want to add a column to my table which shows the index of the record(i.e to show the no of records).How can I do it? Thanks in advance

Member Avatar for kvprajapati
0
53
Member Avatar for Sumit tyagi
Member Avatar for kvprajapati
0
44
Member Avatar for xrx215

Hi, I am using component art grid. I would like to add tooltip for column in the grid. when mouse hover on the column i have to show the data of the column in the tooltip. can you please help me with this issue. Thanks

0
42
Member Avatar for aideveloper

I have a Dropdown with two values "P" and "Q" with AutoPostBack= true. I have another Custom WebControl called BDTextBox, this custom textbox have a Boolean property called LabelMode , on setting it to true would render the textbox as label.This LabelMode Property is set using ViewState and not using …

Member Avatar for aideveloper
0
103
Member Avatar for RonnyProgrammer

Hello Everyone again, I would like to ask if anyone can give a quite a good knowledge about Web design .I mean, I know html ,css and basic levels of asp.net . i can create websites but when i see them web world, like this website and big big website, …

Member Avatar for jbisono
0
150
Member Avatar for jellybeannn

Hi everyone, I've got a DepartmenstList and CategoriesList user controls, which works with stored procedures, when the a department is selected, only then is that departments categories listed. What I need help with is, when a department is selected I want the categories to display as a submenu to the …

0
63
Member Avatar for lee.j.baxter

Hi everyone, I'm using WPF to make a nice UI for a completely automated system (to the point where there are no interactive controls what-so-ever) that downloads media from the net and learns from it. I've got a class that I've created which acts as an entry point to the …

Member Avatar for Geekitygeek
0
581
Member Avatar for L0u3

vb.net: I have a task to take the given xsd file and use that to validate my generated xml file. But now this xsd file has complex type attributes and I cant get to append this complex type to my declared xmlnode. [U]My Code:[/U] [CODE]Dim namespaceURI As String = "http://www.blabla.za" …

Member Avatar for L0u3
0
176
Member Avatar for DevC++4.9.9.2

Hello, I am working with visual studio 2008 and an external website host. The real issue is that I am trying to add a "data connection" from the mysql server on my host to visual studio. On the website host mysql is already installed and running, a Database has been …

Member Avatar for kvprajapati
0
90
Member Avatar for RSP86

[b]Split from - [url]http://www.daniweb.com/forums/thread91396.html[/url] [/b] im having the same problem with this right now, ive been able to add it into myown form but not been able to create new database items such as names and things like that. ive tried using the same style of SQL statements but nojoy …

0
62
Member Avatar for TotoTitus

I have an asp FileUpload and an asp Button on a page. When i click the button, i want the bytes of the file which was supposedly uploaded to be stored in a session variable. Only problem is that they aren't stored. How should i do this? There's also a …

Member Avatar for TotoTitus
0
3K
Member Avatar for akdavid22

can anybuddy help to sort out my problem in .net actually i m beginner at this platform facing a very crucial error i think so i m making a web page connectivity to sql database for inserting the data......... my error name: Inserting is not supported by data source 'SqlDataSource1' …

Member Avatar for shanboy
0
176

The End.