13,153 Topics
| |
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, 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) | |
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 … |
The End.