557 byte By
ask4help at 2007-11-25 9:53:10
Hi all,I have difficulty integrating a web services written using PHP NuSOAP with ASP.NET. The web services is working fine when consumed using client code written using PHP.However, when using .NET the following error is shown:Error: Unable to import binding 'xxxxBinding' from namespace &...
Hi,I have an iframe on my page which I'm using to display a file on the server. I have a dropdwnlist with a list of documents. When the selection is changed the iframe src should also change. Everything seems to be working fine (there are no errors or exceptions thrown) except for the fact that...
I have been working on an import process to import and Excel worksheet that contains images. I got right up to the part where I can get an Microsoft.Office.Interop.Excel.Picture but have yet to find a way to "use it" after that. If I could save it to a file or a stream, or convert it to a System.Dra...
1099 byte By
KBTibbs at 2007-11-25 9:56:04
Hey,I'm parsing through a certain directory and finding all the files (reports) in all of the subfolders (no matter how deep), and adding each FileInfo into an ArrayList.I've bound the ArrayList data into a gridview (extended to allow sorting on this information). So I'm able to disp...
Hi,I am getting this error while running the setup file created by web setup project in ASP.Net 2003Error writing to file:D:\Inetpub\wwwroot\VBInfo1\SetupInfoSys\FinGoods.aspx verify that you have access to that directoryI have administrator rights but i dont know why it is not giving access to dire...
332 byte By
bjswift at 2007-11-25 9:57:15
How can I force only one submit to happen on the screen, no matter how many times a user clicks on the submit button of a form?I have ran into an issue, where the screen doesn't post back quick enough, and some users have trigger happy fingers, causing multiple posts of the same data...Thanks f...
Microsoft recommends that a web application should be having these layers. Presentation - BLL - DAL - Database I am trying to understand the significance of the BLL and went about reading the same from http://msdn2.microsoft.com/en-us/library/Aa581779.aspx Most of the times the BLL only delegates th...
I wonder what benefit if we use this kind of framework?
Hi,<br/>i want to know how we can abond the session when we close the browser from the close button in asp.net.<br/>please give me any solution<br/>Thanks <br/>Ankit Singhal
383 byte By
kaijoso at 2007-11-25 10:00:04
I need a DropDownList that can contain a small image left to the text in a web application (like this HtmlDropDownList just for web...: http://www.codeproject.com/cs/miscctrl/HtmlDropDownList.asp?forumid=197439&select=2176636&df=100)). I know some fancy controls exists for .NET 2.0 and later, but I...
734 byte By
sford at 2007-11-25 10:00:17
I have a datagrid which is bound to a dataset that is retrieved from a SQL query. I have not found a way to retrieve the precise set of data that I need using a SQL query, and I am pretty sure it is either not possible or immensely complicate (this is FYI, not the root of my question). The SQL qu...
927 byte By
t3mpit at 2007-11-25 10:00:23
Hi, first of all im not realy a ASP programer (or a server side programmer) im more a VB, c#, c programmer.In C thers a command that is named Fopen it opens files and you can edit it.I want to know if it is possible to write a code in asp that will:connect to a FTP (or the page(asp code) will be in...
172 byte By
r_odion at 2007-11-25 10:01:26
How can i create a report with a barcode field? I am using asp.net 2.0 and apache web server. The application should run on linux suse platform.<br/>Thanks in advanced
Anyone know what is ASP.NET UI Component that free to use but elegant? Thanks in advance.<br/>Regards,<br/>Sho
Hello Everyone, i have a question in regards to sending mail via asp.net. i am creating a web application that will, on clicking the submit button, send an email with a picture attachment to a distribution list. i know that i can easily send mail using the System.Web.Mail namespace but what if the p...
369 byte By
Lucky-8 at 2007-11-25 10:03:44
could somebody please suggest me a good book to learn how to develop dynamic websites using asp.net and C# as the programming language..... I know the basics of C++, OOPS that is......... so i am looking for some kind of beginer to advance level books which would also explain to me all about how to...
1023 byte By
Nibinaear at 2007-11-25 10:05:04
I'm having trouble getting ASP.net to work. I've installed IIS6, ASP.net SDK, .net framework. I've set up a virtual directory called myiis inside my localhost dir which is c:\aspsites\. So basically my default website is set up at c:\aspsites\myiis\. I've added a sample ASP.net a...
2037 byte By
xCoder at 2007-11-25 10:05:05
Hello,I am a PHP coder currently learning ASP.NET.My problem that i can't seem to figure out it's solution in ASP.NET is this:In my PHP code to display list of articles and article details i do thisif($Web->GET("action")=="details"&&$Web->GET("id")!=""){ //show article details$Te...
Hi All,I have the following code in an aspx.vb form Protected Sub Page_PreRender(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreRender If Not IsPostBack Then MainKey = Request.QueryString("key") If MainKey = "Master" Then Session.Add...
i am building a web site. and i have to load pages in asp.net pages. i am currently doing so with iframes. but i want to do that with ajax. what shuld i do to load pages as it hapens in hotmail or gmail account.when we click on inbox or draftes the information is loaded in same page using ajax.which...
I got a gridview which is picking data from SQL Server 2005 Database. In one extra column (of type TemplateField) in which I have put check box by editing template. So as the number of rows increase, the check keeps on getting added at run time. I have also placed a checkbox on the footer of the gri...
534 byte By
shuvo at 2007-11-25 10:08:13
I don't know whether anyone is working with sharepoint here.I am trying to develope a sharepoint based extranet.this website will be used by different companies.these companies have different colour schemes.so, i have to use different css files for different users.I know there is an SPWeb.alte...
is ther some way to add ajax behaviour to crystal reports??
1090 byte By
mycwcgr at 2007-11-25 10:09:55
The Part A is error and Part B is right. but I think dimension is a object, and Part A should be right, why? Thanks!======================Part A=============================== protected void Button1_Click(object sender, EventArgs e) { byte[] cw = null; Set(cw); Button1.Te...
341 byte By
nazgul27 at 2007-11-25 10:11:11
I am experiencing a huge memory leak on a web page that has ScriptManager in it. I use this control to update the page content every 3 seconds. Browser instance starts taking more and more memory (it consumes about 800Mb after 20 hours of being open) and never release it.Has somebody experienced th...
I am using this code to upload an image and preview it.protected void btnUpload_Click(object sender, EventArgs e) { string szDestDir = Server.MapPath("./HardImages/UploadedImages"); string szFile = Path.GetFileName(flImage.PostedFile.FileName); string szDestPath...
347 byte By
yoyosh at 2007-11-25 10:12:25
I have searched for few hours for how to host my WebService on IIS (5.0 or 6.0). I still didn`t succeded. Could anyone help me and tell me exactly what I have to do to publish my WebService? I have made a virtual directory, but what I have to put in it? And what to type in web browser to see it? Tha...
Hi All,I have a Gridview control on my page. As part of that geidview I have declared and <EmptyTemplate> Node as such: <EmptyDataTemplate> <asp:Panel ID="Panel1" runat="server" Height="20px" Width="100%"><p>No records are available, plea...
490 byte By
ahmed17 at 2007-11-25 10:13:12
Parser Error Message: Sections must only appear once per config file. See the help topic <location> for exceptions.Source Error: Line 38: -->Line 39: </system.web>Line 40: <connectionStrings>Line 41: <add name="FourmConString" connectionString="Data Source=.\S...
1140 byte By
klt at 2007-11-25 10:13:27
How to get data from table to local variable or textbox. Here is some code a friend gave me. Take note of the 3rd from the bottom line, TEXTBOX line. This is what I'm unsure on how to do, getting the value from the reader to a local variable. Dim queryString As String Dim connect...
Hi, Can any one help me in this.I am working in crystal reports for visual studio 2005. I have these problems ...1.When data source location is dynamically changed from code, crystal report shows logon error ( "invalid mapping type value")input parameter to this report is in xml format. Is there any...
Hi All,I populate a grid by binding it to a Dataset. The grid displays fine.I have in the front end the following declared. <asp:TemplateField HeaderText="Status" SortExpression="Status"> <EditItemTemplate> <asp:DropDownList ID="lstSomeTex...
758 byte By
asafaa at 2007-11-25 10:13:48
Hello everybody,this is my first post in the ASP.NET forum. i'm so excited!i'm an experienced software engineer in client applications in C#, but just starting for the first time to program web applications.i bought a book "Developing Web application with ASP.NET and C#" and in the first c...
Can anyone give me the step by step explanation for connecting asp.net with MYSQL ?
890 byte By
Samerron at 2007-11-25 10:13:56
I'm planning to learn ASP.net 2.0 in the coming month. I already know C#.net.Well, I have checked several books online planning to buy one. Now, I would like to get some advice from you guys.The best two books I personally found to teach me ASP.net are:1. ASP.NET 2.0 Website Programming: Probl...
Hi,I am implementing Forms Authentication by creating a forms authentication ticket in my sign in page (storing roles as delimited string in userdata), encrypting it, and saving as a cookie. In the Global.asax Application_AuthenticateRequest() I load the cookie decrypt it, split out the roles from t...
232 byte By
kamit at 2007-11-25 10:14:09
I'm a beginnner to ASP and ASP .Net. I know C#. I'm not getting the right move. Can anyone suggest me how to start and any material or any online free books that can help me? All suggessions are welcome. Thanks in Advance
I am using a GridView in which I am fetching Records from SQL Server 2005 Database. I am also using customized paging for that gridview.<br/>Now I want to sort data when someone clicks on the Column header. How can I achieve that?<br/>Thanks in Advance
Is there any way I can generate CSV file using the data extracted GridView??<br/>Thanks in Advance
407 byte By
saramary at 2007-11-25 10:15:39
Hi all, i want to create googlemap using asp.net. i have to plot each point on google map dynamically for the vehicle tracking system. Right now im reading the points from xml file using javascript. But the problem is i have to refresh the aspx page every 5 seconds and still the javascript file is n...
505 byte By
smetzger at 2007-11-25 10:16:15
Hi,I am learning ASP.Net.I have a project with a FormView. In the ItemTemplate there is a label called lblFYIn the Page_PreRender event there is a call to...frmBudgetSummary.FindControl("lblFY")However, this does not find the control. What am I doing wrong?Is there a way to directly reference the...
203 byte By
yoyosh at 2007-11-25 10:16:28
I would like to start my own blog in ASP.NET 2.0. Do you know a free web site, that I could use for that? I know there are many pay-sites, but is there a free one?<br/> <br/> <br/>Thank you for your time
Hi all,I am working on asp.net 2005. In my webform I have an ASP Calender. In the cell of that calender control I am dynamicly creating Image Button control. For those dynamically created control i have written Image_Click Event . and Event Handler as: imgBtn.Click += new System.Web.UI.ImageClick...
Hi All.. I have designed some functionality that involves this situation...I will present the logical description.. and would like to know what implementation options there are.. considering my dev team is saying cant do it (which i dont believe)-Secure Internal Web App for Fin. Serv Comp-User Auth...
Usually we use StreamWriter to create file and write something on it. <br/>I want to create file, I want to use Save File dialog instead of specifying the hard coded path. How can I do that?? <br/>Thanks in Advance
I tried searching for User Controls capable for uploading multple files and came across numerous examples. But the problem is, those controls have limited options. Its like the textbox and browse buttons are limitedI am looking for a user control that is capable of uploading multiple files, and it s...
Hi everyone,<br/> I want to develop a simple text editor where i can change text, images make it hyperlink,font,color using ASP.NET(C#) 2005.<br/> please show me some code or example with little explanation.<br/> Waiting for positive reply.<br/>Regards,<br/>ASIF
hi , <br/>i want to make page which contains textBox and user write any word to search in dataBase and if word is found it will returned colored yellow how i can make such this ?
Hi all,Anyone know, why button in Crystal Report Viewer's toolbar if clicked, Crystal Report's view disappear. It's being postback but make the view disappear.For example, if I click refresh button in Crystal Report Viewer's toolbar. It did refresh, postback, and then make the cr...
719 byte By
svgeorge at 2007-11-25 10:20:52
I need help in C Sharp Web Interface ,I have web pages for making several 9 type of payments.The data gets loaded on web page from SQL server 2005 database.Then I have Process payment button(ProcPaymBTM_Click) on the web page(Detail View) on clicking this button all selected (checked) data needs to...