12,085 Topics

Member Avatar for
Member Avatar for ALOK.53

[CODE]using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; using System.Web.Security; using System.Data.SqlClient; using System.Configuration; using System.Security; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { txtUserName.Focus(); } private void InitializeComponent() { this.cmdSubmit.Click += …

Member Avatar for kvprajapati
0
118
Member Avatar for kdcorp87

my job is 1.maximize 2.smoothing when i just write maximize part and ran it work fine for 550-600 pixel and when i just write smoothing part and ran it work fine for 5500-6000 pixel. but when i attached both code failed at maximizing point. i want to know why and …

0
65
Member Avatar for fiaolle

I can't change the text of a linkbutton that is placed in a repeater. I want the text to change when I click the button. [CODE] <asp:Repeater ID="rptSearch" runat="server" > <HeaderTemplate > <table border="1" width="100%"> <tr> <th> Bild </th> <th> <asp:LinkButton ForeColor="Blue" Text="Visa billig" OnClick="SortList" EnableViewState="true" ID="lkbSort" runat="server"></asp:LinkButton> </th> </tr> …

0
67
Member Avatar for mihirpatel83

I have top menu being generated using sitemap. HR , Production , Sales Now i want to generate a vertical Menubar/treeview when i click on respective item. For eg : if i click on production, i need menu/tree view like below 1.0 - Inventory 1.1 - Add Stock 1.2 - …

Member Avatar for _V_
0
213
Member Avatar for _V_

Hello, I am working on a seemingly unique file uploading project where files that are dropped onto a server are programmatically uploaded to an ms access db (don’t ask, I’m already pushin for sql) I believe the problem lies in converting the ftp stream to binary and then to the …

0
50
Member Avatar for Pankaj18

Hi, I am using following code to extrcat Text from .doc file. Code:: [code] FileStream fileStream = new FileStream("F:\\Resume_Rajib_Ghosal.doc", FileMode.Open, FileAccess.Read, FileShare.None); StreamReader srd = new StreamReader(fileStream); while (srd.Read() > 0) { string text = srd.ReadToEnd(); } srd.Close(); [/code] But aftering extracting when i search kewords as xml,hidden,control,form,html as so …

Member Avatar for kvprajapati
0
72
Member Avatar for lightman

Hi I'm fairly new to asp.net and here's my project: my company runs a website that provides daily video broadcasts to our clients. our clients have access to a specific link which I will call "videolink.aspx" and that's hosted in the address [url]http://www.mycompany/videolink.aspx[/url] in which there is a windows media …

0
101
Member Avatar for nccsbim071

[B]It's long but simple. I have only explained the problem in detail.[/B] After searching a lot i did not get any answers and finally i had to get back to you. Below i am explaining my problem in detail. It's too long, so please don't quit reading. I have explained …

Member Avatar for kvprajapati
1
1K
Member Avatar for ALOK.53

hii all i am trying gridview control in my application.code is executing without errors.but i am not getting output means(internet explorer is coming blank). [CODE]using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; using System.Data.SqlClient; …

Member Avatar for kvprajapati
0
112
Member Avatar for sangeefrnd_2005

i have created ms word document dynamically with text area tag through c# code in asp.net let me know how to lock/protect the document by code, so that no one can change the style of it.. except text area content.

Member Avatar for kvprajapati
0
40
Member Avatar for SyedIshrat

Hi EveryBody.I'm developing a custom application in .net platform using C#. I've a databound gridview on which I've the records. Now I want to print the records individually on a separate page. Will anubody help me out.........

Member Avatar for kvprajapati
0
33
Member Avatar for serkan sendur
Member Avatar for farooq82

Hello Everyone, I have ASP.NET from with a few links if I click one the link its open in new window and when I close this window the parent windows automatically refresh. Thanks, Farooq

Member Avatar for kvprajapati
0
50
Member Avatar for Hypermommy

Hi all, I'm stumped...everything on my page is happening twice. Every method is getting called twice. Any idea why something like this would happen? Markup of page: [CODE] <%@ Page Language="VB" AutoEventWireup="false" CodeFile="MatchActivitiesToReqs.aspx.vb" Inherits="ScoutingWithTheMouse.WebBrowser.Admin_MatchActivitiesToReqs" %> <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> <%@ Register Assembly="Telerik.Web.Design" Namespace="Telerik.Web.Design" TagPrefix="telerik" %> <!DOCTYPE html PUBLIC …

Member Avatar for Hypermommy
0
253
Member Avatar for dreamstone

Hi All, I bought Microsoft Expression Web recently i made a website it is going well so far but then i decided to make a ASP.NET website because the option i needed was only for ASP.NET websites so i made one then as I viewed it (test view) on my …

Member Avatar for Ramesh S
0
71
Member Avatar for Sinha's

Hello Everyone, I have developed an application for website using ASP.NET and SQL Server 2005. Recently I have uploaded it to server, but after uploading its showing the following error message - [B] Login failed for user ''. The user is not associated with a trusted SQL Server connection.[/B] [B]Description:[/B] …

Member Avatar for Sinha's
0
289
Member Avatar for T.J

hello this is my question i want to know the best book to start learning ASP.NET and lets say that i dont have any idea about asp or asp.net so i want to know a goob book to start with and learn from it asp.net and i have another Question …

Member Avatar for Ezzaral
0
259
Member Avatar for Pankaj18

Hi, I want to extract text from PDF in C# asp.net. I am using this code as following link :: Link:: [url]http://www.codeproject.com/KB/cs/PDFToText.aspx[/url] But this code is not working properly. The main problem is that when i get output file they have no that content which are in Inputfile. Is there …

Member Avatar for sinnerFA
0
76
Member Avatar for sdimantova

I need to create some kind of web interface that will allow users to view all of our conference room Outlook calendars/availability at one time. From there, they should be able to select a date/time and automatically bring up a new appointment in their Outlook client and schedule a meeting …

Member Avatar for sdimantova
0
125
Member Avatar for sandhya1212

hi I developed a website using asp.net 2005 express edition and msaccess 2003.In my computer it is working.but after deployed it in server i can retrieve images from server but cannot insert any to it.Is it the limitation of asp.net 2005 express edition.

Member Avatar for apegram
0
94
Member Avatar for hitro456

hi everyone I have a website which was deployed by some one a year back...now I have to make some changes to it. So I downloaded entire source code of that website and opened it on local machine asp.net But it is read only..I can't drag and drop controls on …

Member Avatar for reach_yousuf
0
71
Member Avatar for ramsham

HI every one. I had code to create image buttons dynamically to show images from folder in web application using C#.net,i want that if the mouse pointer is over an Image(or on image button Click event)then it should show full image with respect to that image button . will it …

0
84
Member Avatar for zohaib.qureshi

Hi All, We had a web application build on VS 2005 in .NET Framework 2.0 but then we converted web application to VS 2008 in same .NET Framework.The issue with Solution file it get compliled successfully in VS 2008 but whenever we browse login page it shows Parser error. Please …

0
64
Member Avatar for jignesh rami

i am it student. i have develop my website in asp.net 2.0 the resolution not be set in mozila firefox web browser so what i can do

0
47
Member Avatar for rohitmanhas_12

iam working on asp.net project and in that i want to change images in given time interval....like i had 10 images and every images changes after 5 seconds... i want to use flash for that...cud anyone solve my problem.....

0
66
Member Avatar for aboell

I have a Sharepoint (WSS) question that due to the keywords make it difficult to effectively find solutions on the web. We are trying to roll out a new Sharepoint site, but have some PR commitments to keep our original front page. I would like to know if there is …

Member Avatar for aboell
0
116
Member Avatar for mmona

If we want to change the property of a control on the page., for example the text of a button, which two options do we have available to make the change? 1 option is through property window??? do anybody can tell me anything else then that???? plz reply me ?????

0
76
Member Avatar for nverma

m using folowing code,it is worlking fine,on my machine but not working after deploying it to the server { ProcessStartInfo psi = new ProcessStartInfo(MapPath("MaxMinTest.ppsm")); Process p = new Process(); if (psi.FileName.Contains("pptx")) psi.Verb = "Show"; p.StartInfo = psi; p.Start(); }

Member Avatar for Ramesh S
0
55
Member Avatar for serkan sendur

Today we were talking about using new databound controls in asp.net 2.0, i have been trying to persuade my partner to use these controls but he has been refusing and saying that those controls are not flexible enough. Then he challenged me to populate a dropdownlist in a formview; with …

Member Avatar for vyasdev2005
1
1,000
Member Avatar for Jasicamikayani

Hello Can any one help me to find out a shopping cart systems that work with Authorize.Net? :(

Member Avatar for kosalaindrasiri
0
32

The End.