No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
13 Posted Topics
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) … | |
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, … | |
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 | |
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. | |
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 … | |
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) … | |
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 … | |
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) … | |
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 … | |
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 … | |
I have an datagridview control in c# and i want to update the values in datagridview and need to update in sqlserver automatically. | |
i have to generate crystal report and print that crystal report in A4 size.How to set automatic printing crystal report in a4 size | |
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#. |
The End.