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
~1K People Reached
About Me

Software Developer

Interests
Software Development, music, sports, travelling and movies
Favorite Tags
Member Avatar for khusani

I am developing a multi file uploader user control. after researching for it. the trick is to build a custom HttpHandler to perform the upload process from the context.request.files. here is the code for my handler: [COLOR=#0000ff]namespace[/COLOR][COLOR=#000000] PSUpload[/COLOR] { [COLOR=#808080]///[/COLOR][COLOR=#008000] [/COLOR][COLOR=#808080]<summary> [/COLOR][COLOR=#808080]///[/COLOR][COLOR=#008000] Custom HttpHandler to perform uploading files from client …

Member Avatar for sanjaycedti
0
215
Member Avatar for khusani

Hi all, I am new to image processing :rolleyes: . what i want to do is read the header section of an image of any type (jpg,bmp,gif ...etc) and show it on the screen. then save the header in a text file and the new image (without the header in …

Member Avatar for thazel
0
114
Member Avatar for hkarthik

hi all, how do we display a messagebox in ASP.net. i tried in this way MsgBox("<script language='javascript'>successfully saved</script>") but it displays a error message saying " [B][I]It is invalid to show a modal dialog or form when the application is not running in UserInteractive mode. Specify the ServiceNotification or DefaultDesktopOnly …

Member Avatar for reach_yousuf
0
183
Member Avatar for khusani

hey all, i am developing a user control which will show a hidden div for uploading files. the idea is to upload multiple file at once. does anyone knows how to do that ? thanks... NOTE: the control will be built using ASP.NET and C#.

Member Avatar for kapil.goyal
0
111
Member Avatar for khusani

I am developing a page with many of AJAX methods. what i want to do is, inside a javascript function, there is a loop. inside this loop i want to call the AJAX methods and retrieve the response text. when i do that i recieve an exception telling me that …

Member Avatar for nemo5
0
169
Member Avatar for khusani

hey all, i'm trying to get the item index of a datagrid item using javascript. does anyone knows how to do that ? P.S: i dont want to use them ItemCommand or any method in the code behind. only javascript. thanks.

0
77
Member Avatar for khusani

Hey, if anyone has an idea of how to increase performance of a web application (ASP.NET). by means of deployment not code.

Member Avatar for hollystyles
0
83
Member Avatar for khusani

hey all, i want to create a web farm for a web application. how can i do that ? can anyone help me?

Member Avatar for John A
0
80
Member Avatar for khusani

hey all, i have an ASP.NET application which was developed under VS2003. the application has a project for webservices, now i'm trying to convert it to VS2005 using the migration guide (you can find it in [URL]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/webprojectsvs05.asp[/URL]). anyways, after converting, i build the application to check the build errors, and …

0
69
Member Avatar for khusani

Hey all, I'm developing a Reports module for an application. anyway, i'm dynamically generating tables and adding them inside an existing DIV which has the following style : [html]<DIV id="forPrint" class="hide" style="PADDING-RIGHT:0px;PADDING-LEFT:0px;LEFT:0px;PADDING-BOTTOM:0px;WIDTH:100%;PADDING-TOP:0px;POSITION;absolute;TOP:0px;HEIGHT:100%" runat=server> </DIV>[/html] when creating each row inside a loop and add it to the table i check that …

Member Avatar for khusani
0
151
Member Avatar for khusani

Hey all, I got this problem regarding storing array of bytes (Length=589824) inside an XML document. i tried using a memory stream and it did not work. i also tried the following lines of code: System.Text.Encoding.UTF8.GetString(Memory Stream.ToArray()); System.Text.Encoding.UTF8.GetString(byte[]); the result was an empty string resulting inside the XML. NOTE: i …

Member Avatar for Venjense
0
110