Forum: C# Jan 7th, 2009 |
| Replies: 9 Views: 847 Hi LizR,
Ok.Then give me the hint is the way i am trying to split wav file is correct or not.for some .wav files it is splitting correctly and playing two files and some files it is splittings... |
Forum: C# Jan 7th, 2009 |
| Replies: 9 Views: 847 Hi LiZR,
Give me ur gmailid i will send u the audio file which i have to split and now i am searching abt file headers
sireesha |
Forum: C# Jan 7th, 2009 |
| Replies: 9 Views: 847 Actually the .wav file have some properties like Audio formate-gsm 6.10,Audio sample rate 8KHz ,channels 1 mono,Bit Rate 13 kbps. so using this we have to split
plz tel me the request i will post |
Forum: C# Jan 7th, 2009 |
| Replies: 9 Views: 847 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... |
Forum: ASP.NET Aug 26th, 2008 |
| Replies: 0 Views: 1,332 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... |
Forum: C# Aug 25th, 2008 |
| Replies: 1 Views: 1,634 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... |
Forum: ASP.NET Aug 14th, 2008 |
| Replies: 0 Views: 754 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... |
Forum: ASP.NET Jul 18th, 2008 |
| Replies: 1 Views: 2,211 check\uncheck all checkboxes in datalist control in asp.net with vb.
Protected Sub DataList8_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataListItemEventArgs)... |
Forum: ASP.NET Jul 11th, 2008 |
| Replies: 0 Views: 747 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... |
Forum: VB.NET Jul 11th, 2008 |
| Replies: 1 Views: 528 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... |
Forum: C# Jul 11th, 2008 |
| Replies: 2 Views: 4,102 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... |
Forum: C# Jun 10th, 2008 |
| Replies: 0 Views: 1,250 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... |
Forum: C# Jun 10th, 2008 |
| Replies: 3 Views: 1,649 private void dataGridView1_EditingControlShowing(object sender, DataGridViewEditingControlShowingEventArgs e)
{
TextBox txt=e.Control as TextBox;
txt.TextChanged... |
Forum: C# Jun 9th, 2008 |
| Replies: 3 Views: 1,649 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 ... |
Forum: ASP.NET May 23rd, 2008 |
| Replies: 0 Views: 539 I have an datagridview control in c# and i want to update the values in datagridview and need to update in sqlserver automatically. |
Forum: ASP.NET May 23rd, 2008 |
| Replies: 0 Views: 810 i have to generate crystal report and print that crystal report in A4 size.How to set automatic printing crystal report in a4 size |
Forum: ASP.NET May 17th, 2008 |
| Replies: 3 Views: 718 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#. |