13,936 Topics
![]() | |
Dear my friends, Here is my serious problem, Is it possible get the TREE VIEW in right to left position in asp.net . | |
Hello frens, I am new to ASP.Net and I am trying to create an application where I want to send my form contents to my email ID. I used the 2 approaches. 1) HTML form: [code=html]<form enctype="multipart/form-data" runat=server action="mailto:abcd@efgh.com" method="post"> <p>Enter your name below:<br /> <input type="text" name="names" size="100" /></p> … | |
Hi All, I am newer to SilverLight i want to know how can i use silverlight controls with Asp.Net project and how to all silverlight control tool kit to ToolBox. Thanks In Advance! Shun | |
Hi, I am creating a data access layer through Visual Studio 2005 (dataset in appcode folder) for my asp.net (vb.net based) application connected with SQL server 2005 db. I have already created easy tableadapters for brands, categories tables. Right now I am creating Product tableadapter for product table. The product … | |
can anyone tell me the site of Free downlaod project for .net.Pls Tell | |
Hi All I Developed a small WCF Services And hosted it using host program.But I want to use that WCF service using some other technology like JAVA from another PC, how can we do that? Thanks In Advance! Shun | |
Hello friends, I need an urgent help.I'm doing a project in asp.net which uses vb.net as back end language.I'm using sql 2005.My problem is that I can't retrieve the data from database,but I can insert the data into the table. [code=vb.net] Partial Class MasterPage Inherits System.Web.UI.MasterPage Public login As New … | |
Hi Everyone, New ASP.NET (C#) programmer here. Have a quick question that I'm sure you all will laugh at me for asking :) I'm using a Master Page to control my site's pages. On the master page I have a User Control that consists of two Labels, one for success … | |
Hey every1, M new to this community, hope you'd help me out. I gotta develop a mini project on media player that could be online and play various formats. I know that i've to include certain codecs, of which i'ven't got ne slightest idea. Can any one pls help me … | |
Hey every1, M new to this community, hope you'd help me out. I gotta develop a mini projecy on media player that could be online and play various formats. I know that i'bve to include certain codecs, of which i'ven't got ne slightest idea. Can any one pls help me … | |
Hi!, i am a learner in asp.net, I have a page build in asp.net 2.0 in which we call data to a grid view calling different data values to different coloumns, i have a very simple issue, i want one coloumns which shows a unformatted data from the database, to … | |
i m using ASP.Net 2.0. i open a new window from server side code of a button.i do some work in new window. now i want when i close this window,i want to fire a event in the parent window (like there is ListBox,i want to automatically fire the ListBox … | |
my web.sitemap is [code=xml] <?xml version="1.0" encoding="utf-8" ?> <siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" > <siteMapNode url="~/Index.aspx?id=Home" title="Dashboard" description=""> <!-- Catalog Management--> <siteMapNode url="~/Index.aspx?id=CategoryHome&category=CatalogManagement" title="Catalog Management" description=""> <siteMapNode url="~/Index.aspx?id=ProductManager" title="Products" description=""> <siteMapNode url="~/Index.aspx?id=EditProduct" title="Add Product" description="" /> </siteMapNode> <siteMapNode url="~/Index.aspx?id=Attributes" title="Variations" description=""> <siteMapNode url="~/Index.aspx?id=AddEditVariation" title="Add/Edit Variations" description="" /> </siteMapNode> <siteMapNode url="~/Index.aspx?id=GiftCertificateManager" title="Generate Gift Cards" … | |
hiii all, iam doing a project in asp.net and the back end is sql server. so when i tried the connection code it gives me an server error "Cannot open database "C:/Program Files/Microsoft SQL Server/MSSQL.1/MSSQL/Data/projdb.mdf" requested by the login. The login failed. Login failed for user 'YOGESH\Owner'. " | |
I'm building my first real C# project, and need just a little guidance about the best way to do it. The website is pretty simple, pretty much just a few static pages, but one is going to be a nearly 300-item survey of the activities a person enjoys. The data … | |
Hey all, guys I hav to use calendar control in a data grid.. But the events for tha calendar(selection change n others ) are not getting fired... i am using datagrid_itemcommand and i am searching for the command name but the calendar control doesnt have command name. how i can … | |
Hi I am trying to upload images and keep getting an error, The code that I am using: [code] Protected Sub dvPictureInsert_ItemInserted(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DetailsViewInsertedEventArgs) Handles dvPictureInsert.ItemInserted 'If the record was successfully inserted, save the picture If e.AffectedRows > 0 Then 'Determine the maximum PictureID for … | |
Hi all How to convert any type of audio or video file in to an swf extension and play it in a browser. I have searched a lot on net but in vain:confused: . My last hope is this forum. Please help me. Thanks in advance. | |
Hi All, I am looking for a component or a way, by which I can get the font dialog and color picker as we have in ms word. I find this is possible in Windows application. but didn't find out how to achieve in a web page. Please advice. Kindly … | |
Hi, I'm stuck in a gridview operation. Baiscally i have an sql that select filesize from database. I need to convert the file ti Giga byte. So i cant find a method to do it in sql, what i plan to do is. Get the result from the sql, convert … | |
Frnd How i can use CodeBHehind Concept in Asp.Net Just send me Any Small Example in which u have to use Code Behind Concept | |
Hi all I have datagridview with columns 1.task 2.taskdetail 3.Priority etc Now i want that if a task have high priority it should show high priority icon and if low priority:may show low priority icon.Icons are saved in images folder of the project.How can i show icons to the tasks … | |
Hi This is a post to hopefully get some useful career advice. I'm new to this community however having looked through lots of posts on the forum it looks the best place to ask for advice. I'm 24 years old, currently living in Cumbria. I've am working as an Electronics … | |
Hi, Im new to .net programming,I have been stuck with a dynamic search form. I have a dropdownlist and a text box. The dropdownlist actually hold the filed name where when i search is "where [I][B]dropdownlist [/B][/I]value like [I][B]textfield [/B][/I]value this is my front end [CODE]<tr> <td style="height: 14px;background-color:#ffd6d6;"> <asp:Label … | |
I have to design asp.net project and i want to use one Textbox Control in this i want to use KeyPress Event Without using any validator Control..........how i can? | |
i have to develope one class file in asp.net project now i want to create a instance of that student class in our web application how i can create object of that Class Student | |
Hi Frnd How i can Use Class File Like extention .vb in Asp.Net(Same Project) | |
Hello everyone, I want to import data from Excel sheet to my SqL Server database using ASP.NET and C#.The data in excel sheet should be imported to the SQL Server table ................tell me the code in C#.net for performing this fuctionality .............. Thank u ALL !! | |
Hey! I'm having a peculiar problem with my treeview control. I have set it up so that the user may add nodes dynamically. The problem is that I am not able to select any node other than the first child of any parent node. For example, if i have the … | |
I am a newbie and developing a website using ASP .Net 2.0 with C# 2005. I would like to add a facility to count the no. of visitors to my website. I have collected the basic informations to add this feature using Global.asax. I have made modifications to Web.config by … | |
Hi All, Can any one help me,Is That possible to develop such an application is asp.net2.0 where the end user be able to design his own crystal reports . Thanks In Advance! Steve | |
Hai, Just i wanted to record the application the user opens, with the time display. Example: If the user opens note pad at 6 am, internet explorer at 7 am, paint at 8 am, .net application at 8.30 am and so on. all these things should be recorded in excel … | |
I have one windows application written in C#.NET. this is similar to text editor. I am using it in browser applications using <OBJECT> tag as ActiveX component. I need to focus on to the control and paste cursor in that text content area using some access key. I used like … | |
Hi Friends Wish U Happy New Year 2009 I Need Email sending Concept in asp.net If possible sent me some notes about email concept and sample codings.... Waiting for valuable Rply Thanks with vishnukumar SR | |
reqtry.aspx is one of the forms in mah project folder everytime i try 2 execute a form other than reqtry.aspx the output for page reqtry.aspx is gettin displayed on the browser rangevalidator.aspx is one of the forms and when i tried to execute it the output for reqtry.aspx was gettin … | |
I wanna develop an application which should have the language as arabic by default and i am aware globalizing the application will help my inclination but what i need is if the enduser types anything from the textbox or textarea that should also be in the arabic not in english. … | |
How to create dynamic menu in asp.net 1.0 version, using ms access database. | |
Here is my code: [CODE] override protected void OnInit(EventArgs e) { InitializeComponent(); base.OnInit(e); } private void InitializeComponent() { this.cmdUpload.Click += new System.EventHandler(this.cmdUpload_Click); this.Load += new System.EventHandler(this.Page_Load); } private string strConn; OdbcConnection cnn; private void cmdUpload_Click(object sender, System.EventArgs e) { OpenDatabase(); if ((File1.PostedFile != null) && (File1.PostedFile.ContentLength > 0)) { // … | |
HI All, How can I translate some asp.net html pages into silverlight ? Are there equivalents for labels, submit buttons, forms, etc ? Thanks In Advance! Steve | |
I was trying to developed a unique user control to developed Date picker using html table tag. I m simply design forms which includes: 1) asp:textbox 2) asp:imagebutton and 3) asp:calender control all these three control are placing table tags in a sigle row At the form loading event visible … | |
I am getting this error in my aspx page, can anyone plz provide me solution for this.. [QUOTE] Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in … | |
hi, i want the name of the image selected by a user when uploading an image to be changed to his username. wrote this code but the image stored gets corrupt every time.. [code] protected void Button1_Click(object sender, EventArgs e) { String imagefolder="images"; String path; String savepath; if (FileUpload1.HasFile) { … | |
i want to add a control to a windows form using a method in some class file, then i want to access that control to register to its events. it must be done with one line of code, i know it from asp.net but i dont know how to do … | |
Hello, this is my first post about such things and the reason for this is that i have to make some webparts in asp and i've tried everything but i can't make it work. What i need is a webpart that has a listbox with items generated after i get … | |
hi i am using asp.net (VS 2005), the password recovery control gives me the foll error.. The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Must issue a STARTTLS command first. b4sm1464356tic.36 i have a gmail account, the details of which … | |
Having a big project and having to compile it in order to run it each time, takes long time. I want to run it without build stage if possible(provided that i didnt make any change to source codes). Any ideas? Thanks. | |
Hi everyone, I stared creating an application in ASP.NET in which which i used the dundas chart control.The problem is that when i m executing the application , it is not showing the chart which i selected to display.It shows only the blank space. I dont knw what is the … | |
Hi all. I ahve an application in which ajax is used. when i upload the publish of the application it is not working. and if i upload the code, its working, can nayone tell that what is the problem. Thanks In advance | |
I have email sending problem through ASP.Net by the following class. Email goes fine on our own server but it doesn't send email on other servers especially yahoo and hotmail. If anybody helps whats the problem //////////////email class///////////////////// [code]private void SendMail(string mailBody) { //Create message object and populate w/ data … | |
hi i need to register ocx file in cliensystem throug asp.net coding through web please help me anyone give me any sample code |
The End.