No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
38 Posted Topics
can anybody tell me how i can upload a file without user interaction.the file full path is known and can be hardcoded.there will be a button on page when user press it the file should be uploaded. Active-x i sone solution but for that the user have to low down … | |
how i can check any text string in a doc file.the searchinh should be fast as i have to do other code if it found the string | |
Re: For Each f In Directory.GetFiles(sourcefolderpath) file.copy(f,destination path) Next | |
i have a class in app_code folder which implements the Ihttphandler Interface.so when the execution enter in the Processrequest method i have to use the session variables created on login page.but there is no such Session Object present there. on login page i hav created session like this session("userid")=dr("user") i … | |
How a doc file can be open inside browser without prompting the download dialog box? when i have to open a pdf file its dirctly open in browser,how i can achieve same functionality for doc files? | |
Re: hello, i want to know that how to pass parameter in crystal report in asp.net using vb.net 2003 i want to pass parameter through drop down list control plz help me out | |
Re: i hav to look into ur code wat exactly it is doing .so post the prob along with the code | |
I got this error Message. [B]Event Type: Warning Event Source: ASP.NET 2.0.50727.0 Event Category: Web Event Event ID: 1309 Date: 5/24/2007 Time: 10:34:10 AM User: N/A Computer: WEB Description: Event code: 3005 Event message: An unhandled exception has occurred. Event time: 5/24/2007 10:34:10 AM Event time (UTC): 5/24/2007 3:34:10 PM … | |
I have created a widows application.the set up is created successfully. now when i install it on target machine without framework it ask to install framework first.Client needs that framework should be install automatically if not rpresent already on machine. i.e first the application should check whether the required version … | |
can anybody tell me how i can upload a file without user interaction.the file full path is known and can be hardcoded. | |
can anybody tell me how i can upload a file without user interaction.the file full path is known and can be hardcoded.there will be a button on page when user press it the file should be uploaded. Active-x i sone solution but for that the user have to low down … | |
Re: do this mydataset.fillschema and then create new row as ds.table("tablename").newrow. i think this will solve ur problem. | |
how can i upload file without browsing .the file full path is known to me.i want to upload file when user hits upload button.i don't want to use activex control.any solution? | |
i have used a link button and write some code on click event of this. the application is working fine on my system but when i deploy it to server the link button click ebent not fired. can anybody tell me the reason? | |
how can i pass parameters to window service?Is it possible to provide user interface in window serive? | |
can anybody tell me how i can upload file without browsing if the file name and path is known to me.there will be a upload button when user hit tat the file at particular location wil be uploaded to specific place. | |
is it possible to upload a file from client side without browsing but the file path is known. i have done this using activex control but for this the security of browser should be low. can any one have something like this in flash or anyother method. its urgent. | |
i have a project in .net2005 in which ihttphandler is implemented but when i try to convert it into 2003 the class in which ihttphandler is implemented is not called.in 2005 the class is inside the App_code folder.can any body help me out? the problem is in registering the handler.the … | |
i have a project in .net2005 in which ihttphandler is implemented but when i try to convert it into 203 the class in which ihttphandler is implemented is not called.in 2005 the class is inside the App_code folder.can any body help me out? | |
Re: i think tat u hav to use loop to insert multiple rows into database. | |
Re: just add the [B]reference under com tab microsoft word 11.0 object library.[/B] | |
Re: datagrid will work fine.just find the checkboxes tat r checked n insert the records.for more help just visit my earlier posts. | |
Re: i have already provide solution for this.just check my posts. | |
Re: just use oledb and set provider property to msdaora.everything else is same. | |
Re: here is a sample code: modify according to ur need this is for update task TextBox tb1=new TextBox(); TextBox tb2=new TextBox(); TextBox tb3=new TextBox(); tb1=(TextBox)e.Item.Cells[2].Controls[0]; tb2=(TextBox)e.Item.Cells[3].Controls[0]; tb3=(TextBox)e.Item.Cells[6].Controls[0]; DropDownList ddl1=(DropDownList)e.Item.Cells[4].FindControl("dropdowndept"); string deptid=ddl1.SelectedItem.Value; DropDownList ddl2=(DropDownList)e.Item.Cells[5].FindControl("dropdowndesgi"); string desgiid=ddl2.SelectedItem.Value; int empid=Convert.ToInt32(DataGrid1.DataKeys[e.Item.ItemIndex]); i think rest of the operations are easy. if u r using indexing … | |
Re: in which template u hav taken the checkboxes in datagrid .if u take them in ItemTemplate then set visible attribute to false | |
Re: i m providing a code made necessary change at ur end. Response.Clear() Response.AddHeader("content-disposition", "attachment;filename=MyExcel.xls") Response.Charset = "" Response.Cache.SetCacheability(HttpCacheability.NoCache) Response.ContentType = "application/vnd.xls" [COLOR=#0000ff]Dim[/COLOR] sw [COLOR=#0000ff]As[/COLOR] StringWriter = [COLOR=#0000ff]New[/COLOR] StringWriter [COLOR=#0000ff]Dim[/COLOR] htw [COLOR=#0000ff]As[/COLOR] HtmlTextWriter = [COLOR=#0000ff]New[/COLOR] HtmlTextWriter(sw) dgdfiles.RenderControl(htw) Response.Write(sw.ToString()) Response.End() dgdfiles is the datagrid control id. | |
Re: i m providing a code made necessary change at ur end. Response.Clear() Response.AddHeader("content-disposition", "attachment;filename=MyExcel.xls") Response.Charset = "" Response.Cache.SetCacheability(HttpCacheability.NoCache) Response.ContentType = "application/vnd.xls" [COLOR=#0000ff]Dim[/COLOR] sw [COLOR=#0000ff]As[/COLOR] StringWriter = [COLOR=#0000ff]New[/COLOR] StringWriter [COLOR=#0000ff]Dim[/COLOR] htw [COLOR=#0000ff]As[/COLOR] HtmlTextWriter = [COLOR=#0000ff]New[/COLOR] HtmlTextWriter(sw) dgdfiles.RenderControl(htw) Response.Write(sw.ToString()) Response.End() dgdfiles is the datagrid control id. | |
| |
Re: just add control to validate property to the control u want to validate. | |
Re: just try this this vl solve the problem function checkAll(o) { for (var i = 0; i < document.Form1.elements.length; i++) { if (document.Form1.elements[i].type == "checkbox") { document.Form1.elements[i].checked = o.checked; } } } | |
Is it possible to read a file from client side without browsing the file.when user click on upload button the file should uploaded on the server. | |
Re: just check the value of the control that is used for every function | |
i have developed a website.it downloads the file from web server.the code works fine on windows 2000 n windows XP but the code doesn't work on windows 98? | |
Re: [URL]http://www.codeproject.com/aspnet/multiuploads.asp[/URL] this code works only for single client.if more than one client use the upload ,then there is bug in application due to SHARED array list. | |
Re: [quote=elblazzy4chizzy;187441]File Download Dialog Box(ASP) I have a ASP Page that allow the users to Download a File @ the Click of the button the [B]File Download Dialog Box [/B]will pop up on the Scream ,on the download dialog Box are 4 buttons namely[B] Open [/B],[B]Save[/B],[B]Cancel[/B] and [B]More Info[/B] ,How do … |
The End.