Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~6K People Reached
Favorite Tags

38 Posted Topics

Member Avatar for kapil.goyal

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 …

Member Avatar for sa.ahmadzade
0
368
Member Avatar for kapil.goyal

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

Member Avatar for vishalrane
0
482
Member Avatar for rinkuchoudhury
Member Avatar for ajit2mail
0
363
Member Avatar for Duki
Member Avatar for kapil.goyal

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 …

Member Avatar for Hausen
0
411
Member Avatar for kapil.goyal

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?

Member Avatar for alc6379
0
126
Member Avatar for Dhruv Shah

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

Member Avatar for kapil.goyal
0
298
Member Avatar for fruce

i hav to look into ur code wat exactly it is doing .so post the prob along with the code

Member Avatar for dustman
-1
100
Member Avatar for kapil.goyal

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 …

Member Avatar for kokkee
0
163
Member Avatar for kapil.goyal

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 …

Member Avatar for cutepinkbunnies
0
83
Member Avatar for kapil.goyal

can anybody tell me how i can upload a file without user interaction.the file full path is known and can be hardcoded.

Member Avatar for digital-ether
0
401
Member Avatar for kapil.goyal

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 …

Member Avatar for f1 fan
0
70
Member Avatar for nikki23

do this mydataset.fillschema and then create new row as ds.table("tablename").newrow. i think this will solve ur problem.

Member Avatar for kapil.goyal
0
369
Member Avatar for kapil.goyal

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?

0
61
Member Avatar for kapil.goyal

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?

Member Avatar for anupmca
0
76
Member Avatar for kapil.goyal

how can i pass parameters to window service?Is it possible to provide user interface in window serive?

0
63
Member Avatar for bala24
Member Avatar for kapil.goyal

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.

Member Avatar for vssp
0
71
Member Avatar for kapil.goyal

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.

0
51
Member Avatar for kapil.goyal

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 …

0
49
Member Avatar for kapil.goyal

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?

0
48
Member Avatar for sara
Member Avatar for sara
0
166
Member Avatar for shikha.ch
Member Avatar for kapil.goyal
0
258
Member Avatar for anti_genius

datagrid will work fine.just find the checkboxes tat r checked n insert the records.for more help just visit my earlier posts.

Member Avatar for arjunsasidharan
0
113
Member Avatar for amithasija
Member Avatar for kapil.goyal
0
93
Member Avatar for aruna_ajikumar

just use oledb and set provider property to msdaora.everything else is same.

Member Avatar for kapil.goyal
0
67
Member Avatar for aj_daria

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 …

Member Avatar for kapil.goyal
0
121
Member Avatar for costavo

in which template u hav taken the checkboxes in datagrid .if u take them in ItemTemplate then set visible attribute to false

Member Avatar for kapil.goyal
0
64
Member Avatar for mikefitz

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.

Member Avatar for kapil.goyal
0
145
Member Avatar for Hibiscus

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.

Member Avatar for kapil.goyal
0
87
Member Avatar for kapil.goyal
0
58
Member Avatar for bhavna_816
Member Avatar for kapil.goyal
0
103
Member Avatar for hkarthik

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; } } }

Member Avatar for hkarthik
0
127
Member Avatar for kapil.goyal

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.

Member Avatar for hollystyles
0
66
Member Avatar for h3ngh3ng
Member Avatar for kapil.goyal

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?

Member Avatar for jbennet
0
103
Member Avatar for khusani

[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.

Member Avatar for kapil.goyal
0
113
Member Avatar for elblazzy4chizzy

[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 …

Member Avatar for kapil.goyal
0
310

The End.