Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

just3ala2

@just3ala2
About
Posts
229
Topics
44
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • SpQuery Question
    J just3ala2

    Dears, Suppose I have an array of IDs in my code and I want to use them to filter a list. I need to use SpQuery because I need the resulting view to be rendered as HTML. So how can I filter by ALL the IDs? Should I create an OR statement for each one or there is a more logical way? :)

    Best Regards 3ala2 :)

    SharePoint question html data-structures

  • Need Help From a Microsoft CRM Developer
    J just3ala2

    I want to create ASP.net forms that write to CRM entities. I need to know the best practice to apply that :)

    Best Regards 3ala2 :)

    Web Development wcf help

  • Need Help From a Microsoft CRM Developer
    J just3ala2

    Please reply here because I have some questions about using Microsoft CRM Web Services. Thanks in advance...

    Best Regards 3ala2 :)

    Web Development wcf help

  • How to bypass ISA Server programmatically?
    J just3ala2

    Dear All, I have two web applications one behind ISA and the other is accessible directly How can I send the credentials to ISA login page and go directlty to the first web application? I can connect using HttpWebRequest with the credetials and get the response but when I redirect to the web application I'm asked for the credentials again.

    Best Regards 3ala2 :)

    ASP.NET question sysadmin tutorial

  • People Search for custom Active Directory properties
    J just3ala2

    Hi everyone, Can I do any type of customization in order to add custom active directory properties to the people search criteria or do I need to do it as .net development? Thanks :)

    Best Regards 3ala2 :)

    SharePoint csharp windows-admin question

  • Kill a Thread
    J just3ala2

    U need to create an event handler with a delegate and call it when needed. Just google it :)

    Best Regards 3ala2 :)

    .NET (Core and Framework) tutorial

  • Searching through a paged ObjectDataSource
    J just3ala2

    There is a workaround to do this is by setting "DefaultValue" of the "SelectParameters" of your object datasource. This depends on how and what u r calling exaclty :)

    Best Regards 3ala2 :)

    ASP.NET algorithms question

  • How to use a webcam in a website?
    J just3ala2

    Accessing the webcam means accessin the computer resources which is impossible through ASP.net You need to create an ActiveX control (preferably built on VB6) in order to capture the photos

    Best Regards 3ala2 :)

    ASP.NET question csharp asp-net help tutorial

  • Compare And copy data
    J just3ala2

    Use the objDataSet.Tables(0).Select("ColumnName = "& YourTextBox.Text") This will return DataRow Collection that you can manage the way you wish

    Best Regards 3ala2 :)

    Visual Basic testing beta-testing

  • searching performed on resume
    J just3ala2

    How do u save the resume in a column? U mean u have it all as text with some format?

    Best Regards 3ala2 :)

    ASP.NET database algorithms career

  • security Exception
    J just3ala2

    I guess the exception already told you what the problem is :D "The application attempted to perform an operation not allowed by the security policy" It seems you are using shared hosting and such hosting force some policies to insure the safety of their servers So contact them and ask them how far can they go with you in the policies thing, or u might need to have your own dedicated server.

    Best Regards 3ala2 :)

    ASP.NET security debugging help question design

  • How to upload a file more than 4MB in asp.net with the FileUpload control?
    J just3ala2

    Add this to the web.config

    <System.Web>
    <httpRuntime maxRequestLength="10000" />
    </System.Web>

    The number “10000” is in Kilobytes so this would give u 10 MB. U can change it to any file size u want Hope this would help

    Best Regards 3ala2 :)

    ASP.NET question csharp css asp-net tutorial

  • converting windows application to server based application
    J just3ala2

    Where exactly ur problem is?

    Best Regards 3ala2 :)

    Visual Basic csharp sysadmin help tutorial

  • Network issue
    J just3ala2

    Looks like FTP problem to me. What's the O.S. installed on the images server?

    Best Regards 3ala2 :)

    .NET (Core and Framework) csharp help sysadmin debugging question

  • To integrate touch screen in web application, in .net framework.
    J just3ala2

    I think that all u have to do is to plug the touch screen and start browsing. Nothing to add to the code unless u want to use some additional feature from the vendor's APIs. Off course your controls should be larger to suit human fingers ;) Hope this helps

    Best Regards 3ala2 :)

    .NET (Core and Framework) hardware csharp dotnet help tutorial

  • How Can I determine the current security level of the browser
    J just3ala2

    Check the following links for Javascript: The usage of noscript tag... http://www.4guysfromrolla.com/webtech/082400-1.shtml[^] http://javascript.internet.com/user-details/javascript-enabled-redirect.html[^] As for the ActiveX, u need to create a Microsoft ActiveX object instance like: var netObj = new ActiveXObject("WScript.Network"); within a try-catch block. If an exception occurs then ActiveX is not enabled or the security level is insufficient Hope this would help

    Best Regards 3ala2 :)

    Web Development question java security tools

  • Reading external application field value...
    J just3ala2

    Dear All, I have an application which i want to integrate with other applications. My application will be running all the time (running on the tray icon) . I have implemented the keyboard hooking to catch a hot key F1 for exmple and call my application. What i need is to read a field value from the external applicaion and call my application passing that value as a parameter (Command()...) Please give me key about where to look Thanks in advance

    Best Regards 3ala2 :)

    .NET (Core and Framework)

  • CSLA
    J just3ala2

    Although you could do a small search ;) http://en.wikipedia.org/wiki/Component-based_Scalable_Logical_Architecture[^]

    Best Regards 3ala2 :)

    Visual Basic

  • How to read external application fields values
    J just3ala2

    Dear All, I have an application which i want to integrate with other applications. My application will be running all the time (running on the tray icon) . I have implemented the keyboard hooking to catch a hot key F1 for exmple and call my application. What i need is to read a field value from the external applicaion and call my application passing that value as a parameter (Command()...) Please give me key about where to look :) Thanks in advance

    Best Regards 3ala2 :)

    Visual Basic tutorial

  • Which one is the best web hosting provider?
    J just3ala2

    I'm not from india :) So is it restricted to people in india?

    Best Regards 3ala2 :)

    Web Development csharp asp-net database sql-server sysadmin
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups