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
~2K People Reached
Favorite Tags
Member Avatar for sireesha.c

Hi all, Can u plz tell me as how to upload images. I am developing an web application similar to picasaweb album. I need to know as where the images to be saved(is it in database directly each image or just image path in database and files in application folder) …

Member Avatar for kavita Tambe
0
476
Member Avatar for sireesha.c

Hi, i am working on splitting .wav files with bitrate 13 kbps,mono, sample rate 8 khz and audio format GSM 6.10.my code is like this private void SplitFile(string FileInputPath, string FolderOutputPath, int OutputFiles) { string inputFile = FileInputPath; // Substitute this with your Input File FileStream fs = new FileStream(inputFile, …

Member Avatar for DdoubleD
0
496
Member Avatar for sireesha.c

Hi , i am working with slide show extender control in ajax.but i stored binary formate image in data base now i have structed with slide control to retrive image from database.can pls help me regarding this image slide show

0
70
Member Avatar for sireesha.c

Hi, i am working with windows media player control using AxInterop.WMPLib in c# windows application.It is working properly but i want to hide seek bar in windows media player.if u know this plz reply me ASAP.

Member Avatar for selvaganapathy
0
101
Member Avatar for sireesha.c

Hi, i am woking with retrieving movies list in asp.net with sql server.in database i stored pic_url and in application i created image folder and i am retrieving images from this image folder .but now i want to create share folder in server system(image folder) and i want to retrieve …

0
74
Member Avatar for sireesha.c

Hi all, Can u plz tell me as how to upload images. I am developing an web application similar to picasaweb album. I need to know as where the images to be saved(is it in database directly each image or just image path in database and files in application folder) …

Member Avatar for arbalu
0
98
Member Avatar for sireesha.c

check\uncheck all checkboxes in datalist control in asp.net with vb. [code] Protected Sub DataList8_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataListItemEventArgs) Handles DataList8.ItemDataBound If e.Item.ItemType = ListItemType.Item OrElse e.Item.ItemType = ListItemType.AlternatingItem Then Dim chkSelect As New CheckBox chkSelect = DirectCast(e.Item.FindControl("chkSelect"), CheckBox) chkSelect.Attributes.Add("onclick", "javascript:return Validate(this.name)") End If end sub [/code] getting …

Member Avatar for greeny_1984
0
160
Member Avatar for sireesha.c

Hi all, Can u plz tell me as how to upload images. I am developing an web application similar to picasaweb album. I need to know as where the images to be saved(is it in database directly each image or just image path in database and files in application folder) …

0
82
Member Avatar for sireesha.c

Hi, In my Datagridview contains itemno,itemdescription,quantity,price columns. this values can view in crystal report.in crystal report only 10 colums can able to view. so,in item descriptionin cell only 10 lines i have to enter .if it is more than that i want to display messagebox and chance is there for …

Member Avatar for Ramy Mahrous
0
138
Member Avatar for sireesha.c

Hi, In my Datagridview contains itemno,itemdescription,quantity,price columns. this values can view in crystal report.in crystal report only 10 colums can able to view. so,in item descriptionin cell only 10 lines i have to enter .if it is more than that i want to display messagebox and chance is there for …

0
81
Member Avatar for sireesha.c

I have an datagridview control in c# and i want to update the values in datagridview and need to update in sqlserver automatically.

0
72
Member Avatar for sireesha.c

i have to generate crystal report and print that crystal report in A4 size.How to set automatic printing crystal report in a4 size

0
71
Member Avatar for sireesha.c

How to upload video files like wmv,etc in an application folder and how to download that video file in media player usnig asp.net +c#.

Member Avatar for sebastian3
0
106