Forum: ASP.NET Jul 7th, 2009 |
| Replies: 3 Views: 411 You have to download a free plugin for that.
Follow this link :
http://www.fckeditor.net/forums/viewtopic.php?f=5&t=10262 |
Forum: ASP.NET Jul 3rd, 2009 |
| Replies: 6 Views: 733 You have to use your own Datasource instead of states and cities in the line this.gvStates.DataSource = states;
You can use your own function or ObjectDataSource as you like..
Please clarify... |
Forum: ASP.NET Jul 2nd, 2009 |
| Replies: 6 Views: 733 Follow this example :
<asp:GridView ID="gvStates" AutoGenerateColumns="false"
runat="server" OnRowCreated="gvStates_RowCreated">
<Columns>
<asp:BoundField HeaderText="State"... |
Forum: ASP.NET Jun 23rd, 2009 |
| Replies: 1 Views: 937 There are lots of players in the web. You can try this
http://www.flvplayer4free.com/
Please clarify the problem in playing flv files |
Forum: ASP.NET Jun 23rd, 2009 |
| Replies: 5 Views: 1,119 Try this javascript.
<script language = "Javascript">
function echeck(str) {
var at="@" |
Forum: ASP.NET Jun 23rd, 2009 |
| Replies: 5 Views: 1,119 Do it in Javascript. Function is given below :
function checkEmail (emailStr) {
var emailPat=/^(.+)@(.+)$/
var specialChars="\\(\\)<>@,;:\\\\\\\"\\.\\[\\]"
var validChars="\[^\\s" +... |
Forum: ASP.NET Jun 16th, 2009 |
| Replies: 2 Views: 364 I have given the link of the code already. |
Forum: ASP.NET Jun 15th, 2009 |
| Replies: 2 Views: 364 Does anybody know to import Gmail contacts.
I have downloaded a useful tutorial at :
http://johnvey.com/features/gmailapi/
which is the only one available in search engines.
But it is not... |
Forum: ASP.NET Dec 2nd, 2008 |
| Replies: 0 Views: 1,177 Hi everyone, hope ur all.
After a long time i m posting here.
M in a problem abt. dataview.rowfilter. Matter is i have to create datareader from dataset, thats ok. The dataset is being filled up,no... |
Forum: ASP.NET Sep 8th, 2008 |
| Replies: 0 Views: 1,730 dear all,
can u help me in image uploading withing updatepanel in ajax.
i think its not supported.
can anyone give any alternate option.
thanx |
Forum: ASP.NET Sep 2nd, 2008 |
| Replies: 0 Views: 561 hi everybody,
i need to ask here abt a how can i add both numeric paging and prev/next in gridview. |
Forum: ASP.NET Aug 29th, 2008 |
| Replies: 1 Views: 699 Hi all,
i m using gridview which has checkboxes(select row) and need to hold the values during pagination. I think it is not automatically supported in ASP.NET n so has to be done manually.Can... |
Forum: ASP.NET Aug 27th, 2008 |
| Replies: 2 Views: 2,344 Thanks for replying.
But as far as i m concerned dr[0]= item.Cells[1].Text;
wont work as because i have embedded it in asp:templatecolumn n not in boundcolumn.
Anyways , i have already solved... |
Forum: ASP.NET Aug 26th, 2008 |
| Replies: 2 Views: 2,344 Please let me know how i can insert datagrid values to datatable. |
Forum: ASP.NET Aug 6th, 2008 |
| Replies: 4 Views: 856 Looks that problem is in the sp. Please show the stored procedure |
Forum: ASP.NET Jun 5th, 2008 |
| Replies: 24 Views: 3,119 No it is not a good idea to make the user download codecs, he/she would be dazzled.
You can do one thing search for some other players other than media player such as Real,Quicktime player,this are... |
Forum: ASP.NET Jun 5th, 2008 |
| Replies: 13 Views: 3,014 Sorry for replying late,it was a holiday here.
Ok n problem,there is always a solution, just u say what u r storing in ImagePath column of your table. I mean in which format. Whether it is in... |
Forum: ASP.NET May 31st, 2008 |
| Replies: 24 Views: 3,119 I think the format is mpeg-2 or mpeg-4. mpeg-1 is supported in media player. Do some searching in google for mpeg-2 supported player. Accordingly download the codecs. |
Forum: ASP.NET May 31st, 2008 |
| Replies: 24 Views: 3,119 No no you don't have to do anything for that, if the system doesn't find the required activex controls it will automatically direct to the activex provider site . U just look whethear the video plays... |
Forum: ASP.NET May 31st, 2008 |
| Replies: 13 Views: 3,014 Ok no problem, lets get back to the original version. replace the Itemtemplate with the ImageField and put it as before. This time add a FormatString to add the absolute field.
<asp:ImageField... |
Forum: ASP.NET May 30th, 2008 |
| Replies: 13 Views: 3,014 Ok no problem, there is always second way.
Actually the code i sent u <ItemTemplate><asp:Image ID="Image1" ImageUrl='<%# "../UploadedFiles/TemplateImage/" + (Container.DataItem).upload_image_name%>'... |
Forum: ASP.NET May 30th, 2008 |
| Replies: 24 Views: 3,119 Oh then it is the problem of the media file, no issues. No problem for the program. Collect some original media files and test on them. And if the no codec error comes , then the user should install... |
Forum: ASP.NET May 30th, 2008 |
| Replies: 13 Views: 3,014 Its ok but u have to select the image url field in the select query and put the image url field in the Imagefield value.You have put <asp:ImageField DataImageUrlField="ProductID" HeaderText="Image">... |
Forum: ASP.NET May 30th, 2008 |
| Replies: 24 Views: 3,119 Put the absolute filepath in the src and param tags and filename in the filename tag. I think u r having path problems. Just do some R&D. Put the video in the current folder and change all the 3... |
Forum: ASP.NET May 29th, 2008 |
| Replies: 24 Views: 3,119 Actually the video can be played in the player you select in your object tag code.It can be Media Player,Real Player,Google Video Player depending on the player available to your client machine. Here... |
Forum: ASP.NET May 28th, 2008 |
| Replies: 1 Views: 1,847 Dear Buddy,
building a Media Player is quite a difficult task. You can play the MediaFile in Windows/Real Media Players thats ok. You can take this :
... |
Forum: ASP.NET May 28th, 2008 |
| Replies: 2 Views: 1,045 Cant comment without viewing the Connect() function.
Check whether the function is returning where u have given the Return 1 statement without calling the finally block.
You can check whether any... |
Forum: ASP.NET May 28th, 2008 |
| Replies: 1 Views: 422 I think datatype conversion problem.
Try this :
cost1 = Decimal.Parse(Convert.ToString(ddlProducts.SelectedItem.Value))
or cost1 =... |
Forum: ASP.NET May 28th, 2008 |
| Replies: 13 Views: 3,014 For storing Image try this :
//UPLOAD FILE
if (this.flBSmallImage.PostedFile.ContentLength > 0)
{
if... |
Forum: ASP.NET May 28th, 2008 |
| Replies: 0 Views: 695 Hi all, i m having the following problem.
I have a Datagrid within Datalist. I m populating the Datagrid in Datalist ItemDataBound, no problems with that. But in the Datagrid RowdataBound i cant... |
Forum: ASP.NET May 22nd, 2008 |
| Replies: 3 Views: 729 Really pleased that it worked.
Please mark this thread as closed if its solved. |
Forum: ASP.NET May 22nd, 2008 |
| Replies: 1 Views: 751 It needs to use third party websites which allow to send sms by paying. Otherwise by coding u have to link a GSM modem to your server. And sending sms by webservices are restricted to particular... |
Forum: C# May 19th, 2008 |
| Replies: 1 Views: 4,116 Try this link :
http://www.w3schools.com/dotnetmobile/default.asp |
Forum: ASP.NET May 19th, 2008 |
| Replies: 3 Views: 729 Try this link :
http://www.daniweb.com/forums/thread124187.html |
Forum: ASP.NET May 19th, 2008 |
| Replies: 1 Views: 644 Try this code : Its in C# / Convert it into VB
using System.Net.Mail;
try
{
String strFromAddress ="From@MailAddress.com";
String strToAddress... |
Forum: ASP.NET May 16th, 2008 |
| Replies: 1 Views: 468 I think there is no ready made solution.
Try this link
http://www.aspnettutorials.com/tutorials/advanced/cut-string-csharp.aspx |
Forum: ASP.NET May 16th, 2008 |
| Replies: 4 Views: 1,303 I think the problem might be in converting Converting to String
Dim Conn As String = Convert.ToString(ConfigurationManager.AppSettings["xyz"])
Dim objConnection As New SqlConnection(Conn) ... |
Forum: ASP.NET May 16th, 2008 |
| Replies: 24 Views: 3,119 This is the Object tag.
<OBJECT id=mPlayer height=250 width=320 classid=CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95 VIEWASTEXT>
<PARAM NAME="filename"... |
Forum: ASP.NET May 16th, 2008 |
| Replies: 7 Views: 6,391 At last it worked.I made Application_Start to Application_OnStart and it worked.I forgot where from i got the advice.But never mind its ok. |
Forum: ASP.NET May 15th, 2008 |
| Replies: 7 Views: 6,391 Sorry but it didn't helped me.The event is still not firing. |