No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
I am a complex man
- Interests
- chess
- PC Specs
- windows
18 Posted Topics
<!DOCTYPE html > <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>AJAX with PHP: Quickstart</title> <script type="text/javascript" > var n = 1; function testNextPrime() { var isPrime = true; n = n + 1; // console.log('testing', n); for (var i = 2; i <= Math.sqrt(n); i += 1) { if (n % i == 0) … | |
[Click Here](http://demos.telerik.com/aspnet-mvc/razor/grid/hierarchyajax) Hi, I have a problem , can anybody explain what this code really mean... .ClientEvents(events => events.OnRowDataBound("orders_onRowDataBound")) .DetailView(ordersDetailView => ordersDetailView.ClientTemplate( Html.Telerik().Grid<OrderDetailsViewModel>() .Name("OrderDetails_<#= OrderID #>") .Columns(columns => { columns.Bound(od => od.ProductName).Width(233); columns.Bound(od => od.Quantity).Width(200); columns.Bound(od => od.UnitPrice).Width(200); columns.Bound(od => od.Discount); }) .DataBinding(dataBinding => dataBinding.Ajax() .Select("_OrderDetailsForOrderHierarchyAjax", "Grid", new { orderID … ![]() | |
Hi all, I have a problem, Does anbody know how to put a newpage(skip intro) a joomla web site. In the skip into page there is no navigation menu. this is the skip intro page user can visite when he enters the site url. after that he can nevigate in … | |
Hi , lastweek, a customer asked me to do a seo for his web site. I have work with google analytic and have done SEO for serveral websites and I have done drupal SEO.(after styding several video leassons). Problem is I am bit unsure whether I can handle that project … | |
Hi all, I am developing a android application using phonegap and html5.when I installed the app in my mobile (android) , it doesnt render sinhal well, only 2, 3 letters are rendered in a word. Then I attached sinhal font(.ttf) file to css and set the font family to the … | |
Hi all, I want to write to html5 application and convert the web application to adnorid application with phone gap. I think I can handle this, I have found many resources for this. but the problem is now I want to enable my native language keyboad when I run my … | |
Hi, I am trying to develop a android application which is done using html5. I use phongap to convert html5 application to android apk file. Problem is my native lanuage is not supported by android OS yet. In my app I get datafrom database and print them. when I do … | |
Hi all ,, i wanted to dispaly unicode values I saved in database. I use mysql database collation type is utf8 I save my native lanugage characters 'Sinhala' in the database. Although I can see them database when I print them in browser it prints ????????? characters. what's going on … | |
Hi all, can we passe data from view to contoller. I think viewdata and viewbag can use to send data from cotroler. In my case i use telerik grid contolers with razor. .DataBinding(dataBinding => dataBinding.Ajax() .Select("_OrdersForEmployeeHierarchyAjax", "Home", new { Id = "<#= Id #>" })) I tried to pase data … | |
HI all, I am new to linux envitoment. I installed ubuntu 12.04 server edition. First I installed apache2 and tried to run a web site specially drupal site. I was unable to do that as some file permission errors. how ever I removed apache2 and now I install lampp for … | |
hi all, I was developing asp.net mvc4 web site. I think I have corrupted some configuration in web site by mistaken. Now I got following error. HTTP Error 401.2 - Unauthorized You are not authorized to view this page due to invalid authentication headers. Most likely causes: No authentication protocol … | |
| |
hi all, I work on visual studio 12 express with asp.net mvc4 web + telerik contolers. we have share our code using svn but run project on own visual studeio server which starts when run the project. Everything worked fine but after updating code fewdays back after one of my … | |
Re: If you know how to get datafrom database and print them to table and if you know how to print string to pdf from php this will can be solved. | |
Hi all, as in the title problem is how to access models without passing to view . I use telerik controles. in the following example for gird http://demos.telerik.com/aspnet-mvc/razor/grid/hierarchyserverside if you notice you can see they haven passe employee model to view but in ajax version http://demos.telerik.com/aspnet-mvc/razor/grid/hierarchyajax they havnt passe specific … | |
Re: first I want to tell if you google you can get more details about this topic. If I tell this simply, Class is somthing like a template. Object is a instance of a class. If I explain this in day to day life, Imagine you have a biscutes factory. where … | |
hi, although, database is connected and admin table of my database consist of 2 rows of data, I still get 0 value for $numRow=mysql_num_rows($result); And mysql_fetch_array doesnt fetch values properly plz can any body help me thx in advance [code]<?php //include_once 'config.php'; /* 1. Got the username and password from … |
The End.