• Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Error in PHP code to send SMS using way2sms API

    Enable curl in your PHP.INI
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in query return results from multiple database

    You can just reference the databases in your query. SELECT * FROM database1.table1 UNION SELECT * FROM database2.table1
  • Member Avatar for pritaeas
    pritaeas

    Edited query return results from multiple database

    Hi all, I have two db, one db "latestdb" which have latest six months records second db "backupdb" which have oldest records of "latestdb" and this records deleted from "latestdb" …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in hy :)

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi this is Minu Jeong

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in validation, what to do

    Server-side you can call: Page.Validate(); if (Page.IsValid) { // All validators are valid }
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Data type range of the javascript

    https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures
  • Member Avatar for pritaeas
    pritaeas

    Edited What vehicle do you drive?

    This is just for fun and just get to knwo everybody a little bit better. Plus I am little proud of what I drove. I am a horrible driver but …
  • Member Avatar for pritaeas
    pritaeas

    Edited session expire prob

    Problem:On click logout it again shows the html page content which i dont want to show <?php session_start(); if(isset($_GET['action']) == 'logout'){ session_destroy(); unset($_SESSION['user']); unset($_SESSION['pass']); echo '<pre>'; print_r($_SESSION); //header('location:index.php/'); exit(); } …
  • Member Avatar for pritaeas
    pritaeas

    Edited ARRAY PROGRAM

    have to write a program using array that asks the user to input any 10 numbers the program than sorts the numbers in ascending order and displays the sorted numbers, …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to make Delphi 7 UI look more modern?

    It's not as simple as flicking a switch. Even in Delphi 7 there were component packs you could use, with theming. If you are not using anything like that now, …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in SecurityException

    No. `InnerException` is also `null`. Here's what I get: System.Security.SecurityException occurred HResult=-2146233078 Message=ID4266: De aanvraag voor ClaimsPrincipalPermission is mislukt voor: Actie: 'System.Collections.ObjectModel.Collection`1[System.Security.Claims.Claim]', Resource: 'System.Collections.ObjectModel.Collection`1[System.Security.Claims.Claim]'. Source=System.IdentityModel.Services StackTrace: bij System.IdentityModel.Services.ClaimsPrincipalPermission.Demand() InnerException:
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Claims based authentication

    I've been looking for a while for an example that uses claims, but I need it working in a desktop application and/or WCF service (a full local setup). MS and …
  • Member Avatar for pritaeas
    pritaeas

    Marked Solved Status for Strange behavior

    I just submitted a thread, and after clicking submit I got to a blank page. Fortunately, the thread had been submitted correctly. Using Opera. -- This one submitted as usual.
  • Member Avatar for pritaeas
    pritaeas

    Marked Solved Status for Claims based authentication

    I've been looking for a while for an example that uses claims, but I need it working in a desktop application and/or WCF service (a full local setup). MS and …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Strange behavior

    No. Especially since I posted this thread within a minute and it went through just fine.
  • Member Avatar for pritaeas
    pritaeas

    Edited Hello,

    My name is Vishnu.I'm 24 years old.Now I'm study in Cisco Networking.And also ready to take a Cisco Exam.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hello,

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching SecurityException

    I have the following method: [ClaimsPrincipalPermission(SecurityAction.Demand, Resource = "Order", Operation = "Place")] public string PlaceNewOrder() { } When the `AuthorizationContext.Principal` does not have the required `Claims`, a [SecurityException](http://msdn.microsoft.com/en-us/library/system.security.securityexception_properties(v=vs.110).aspx) is thrown …
  • Member Avatar for pritaeas
    pritaeas

    Edited Strange behavior

    I just submitted a thread, and after clicking submit I got to a blank page. Fortunately, the thread had been submitted correctly. Using Opera. -- This one submitted as usual.
  • Member Avatar for pritaeas
    pritaeas

    Created Strange behavior

    I just submitted a thread, and after clicking submit I got to a blank page. Fortunately, the thread had been submitted correctly. Using Opera. -- This one submitted as usual.
  • Member Avatar for pritaeas
    pritaeas

    Edited Why flash is not showing in ie

    I have a flash movie that used to look fine in all browsers, and suddenly stopped working. Can anyone help? [http://sandsllp.com/](http://sandsllp.com/) works fine in all browsers besides ie
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in hi

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Help with mysqli_stmt.bindparam

    > Cannot pass parameter 4 by reference It expects a variable, so you cannot pass the string `'breakfast'` directly. So, either put it in the query (as it's not really …
  • Member Avatar for pritaeas
    pritaeas

    Edited Hello all :)

    Hi everybody, it's David Attard here, I'm very much interested in web design / development in general. I own / run DART Creations - a Joomla focused website (google it …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hello all :)

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in PHP form with mysql database

    On line 20 add: if (!$result) die($conn->error);
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in PHP form with mysql database

    > Trying to get property of non-object in C:\wamp\www\db\viewdb.php on line 31 That means that `$result` is `false` because your query failed.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Need Help With Getting values From a PHP Function

    $returnedDate = getDate(1); echo $returnedDate['date']; Not even sure why you are returning an array, since you are querying just a single value.
  • Member Avatar for pritaeas
    pritaeas

    Edited Article Submission

    What all content should be there in article of Hosting Company?suggest some ideas Does the Article submission increases the Traffic? Thank you.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Silverlight please wait window

    If you manually add `<RadWindow>` to your usercontrol XAML and define it's properties there, technically the Show should work then. It might need a prefix, but not sure what you …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Silverlight please wait window

    From the error I assume you need to define your WaitWindow in XAML.
  • Member Avatar for pritaeas
    pritaeas

    Edited Best Javascript Book for Beginners, Intermediate and Advance???

    Hi, I am learning javascript. I started in w3schools, but it's not enough. Is there any good downloadable javascript ebook from the internet and websites that will give me exercises, …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in validation, what to do

    > But can it alse be used to validate one field No, for a single field it can only do a data type check (AFAIK).
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Rendering LaTeX maths formulae in HTML

    http://www.mathjax.org
  • Member Avatar for pritaeas
    pritaeas

    Edited Payment Methods

    We use Differnet Payment methods Like: Paypal, perfect money, Skrill, Webmoney, EBS. Suggest us some more Payment Modes where clients should feel More comfirtable with...
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in DaniWeb lag

    Not me, am running Opera.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to remove license pattern check?

    TLDR. More explanation required.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in validation, what to do

    > so theoretically, I could have both the range validator and the required field one with 2 separate error messages? Correct. > I also had a look at the calendar …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Combining Javascript & PHP with RequireJS

    > It feels pretty inefficient to me to take apart these processes and let my Javascript execute an AJAX request to retrieve the settings That's the normal flow of things. …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in changing innerHtml of a div returns error if there are asp controls in it

    MSDN on [ASP.NET User Controls](http://msdn.microsoft.com/en-us/library/y6wb1a0e(v=vs.100).aspx)
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in validation, what to do

    > I can add the range validation + the RequiredField and what about the fact that the input can only be a number You could choose to use a CustomValidator …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Responsive gallery with thumbnails

    I can recommend [HighSlide](http://highslide.com)
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in validation, what to do

    > THe date fields should be input in any this format Is there a specific reason you haven't used a DateTimePicker? For an empty field you can use the RequiredFieldValidator. …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Works fine but getting error messages

    You're the "and 1 other", because the first three are shown in alphabetical order.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What's up with Windows 10?

    Yes. It's true. The preview has been out for a while now.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hello!!

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Introduction

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in hey im new!! :)

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Jokes for presentation about hacking/IT

    I meant in your presentation, not in your post ;)

The End.