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
R

Rizwan Bashir

@Rizwan Bashir
About
Posts
403
Topics
108
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • SPAM attack double quotes in url crash site
    R Rizwan Bashir

    This is my site and one of many urls, I dont have this deal on my website nor I did generated this Url but I do get this requests from different IP Addresses http://www.nobrainerdeals.com/deal/Astar_32"_LCD_TV_Display_with_Stand/[^]

    Rizwan Bashir <a href="http://www.alm-soft.com/">ALM Soft</a>[<a href="http://www.alm-soft.com/" target="_blank" title="New Window">^</a>]

    ASP.NET csharp windows-admin php asp-net sysadmin

  • Trigger in asp.net
    R Rizwan Bashir

    so your triggers are not Database oriented, basically a code in asp.net is required to be run lets say every one hour , if it is so then use Timer which will be run on background and wont require any one to browse the page to trigger it like window service. check this for timer ( the last post on this page)http://forums.asp.net/t/1187287.aspx/1[^]

    Rizwan Bashir <a href="http://www.alm-soft.com/">ALM Soft</a>[<a href="http://www.alm-soft.com/" target="_blank" title="New Window">^</a>]

    ASP.NET database help csharp asp-net sql-server

  • Trigger in asp.net
    R Rizwan Bashir

    which type of trigger this is ? Lets say it is on update then update any record when you want it triggered

    Rizwan Bashir <a href="http://www.alm-soft.com/">ALM Soft</a>[<a href="http://www.alm-soft.com/" target="_blank" title="New Window">^</a>]

    ASP.NET database help csharp asp-net sql-server

  • SPAM attack double quotes in url crash site
    R Rizwan Bashir

    Hi I am hosting a website for my client developed in C# 3.5 framework. Application has all valid Urls generated. however this site was previously developed in PHP which allowed double quotes in Urls. now within asp.net I am unable to handle double quotes requests in url from different search engines. Can any one please help me out to handle double quote problems in url so it is redirected to any specific Url ? details are windows 2003 server with IIS 6 Dotnet Framework 3.5 Some sites adviced about changing the some registry and restarting machine but nothing helped. is there any way to block or redirect those urls ? Thanks in advance

    Best Regards Rizwan Bashir

    ASP.NET csharp windows-admin php asp-net sysadmin

  • Foxit , How to detect through Javascript that Foxit PDF viewer is installed on IE ?
    R Rizwan Bashir

    Hi I want to integrate Javascript code to detect the Foxit plugin. In Firefox I can detect it but it hangs while loading PDF and the on the other end with IE I am unable to create activeXobject . This is the link in Javascript which I am trying var obj = new ActiveXObject('FoxitReader.Document'); if (obj) { alert('Foxit found'); } it always error "Automation server cant create object" Any help would be hihgly appreciated. Best Regards Rizwan Bashir

    ASP.NET help javascript sysadmin testing tools

  • Loading Control along with Javascript on ajax Call
    R Rizwan Bashir

    Hi All I have created a web application where I load controls on different callbacks. So When User click on a button "Security" I have to load a security control using ajax which works fine. The problem I am facing is the following. in Security Control I have one javascript function say ShowDetail(){ some js code here } which is required to be called when this control is loaded. When the control loads it does nto trigger , for testing I placed a button on contrl and on click I call ShowDetail() and it says that undefined function. on another control I have Javascript with a variable say var id = '<%=this.ClientID%>' so when I try to access "id" variable after loading that control Javascript rasie error with id is undefined. Can any one help me out with these issues ? Best Regards Rizwan Bashir

    Rizwan Bashir <a href="http://www.alm-soft.com/">ALM Soft</a>[<a href="http://www.alm-soft.com/" target="_blank" title="New Window">^</a>]

    ASP.NET help javascript database com security

  • How to split Large XML files into number of small files
    R Rizwan Bashir

    They are from Different vendors but most of them have same XML structure with same parent tags ie catalog and product. under product there could be different number of values but overall structure is same. any ideas ? Best regards Rizwan Bashir

    C# help com xml tutorial

  • How to split Large XML files into number of small files
    R Rizwan Bashir

    Hi I have list of files which are roughly 2GB in Size. When I load them they never comes back, So I need to split them, I searched and found this one http://www.codeproject.com/KB/XML/SplitLargeXMLintoSmallFil.aspx[^] but it has some missing declarations and functions which I asked the writer but no response so far. Is there any oen who can help me out with this issue. I need to split one file into maximum of 25 MB size. The xml File is very very simple like this <catalog> <product> <name>Product 1</name> </product> <product> <name>Product 2</name> </product> </catalog> any help would be highly appreciated. Best Regards Rizwan Bashir

    C# help com xml tutorial

  • Unique Problem, Connecting to web service using credentials fail for 1 user only, works for all.
    R Rizwan Bashir

    hi it is not the problem, user has confirmed that his username is alphaNumeric like usr7980 and password is totally numeric. So encoding is no more applicable. Any other idea's Best Regards Rizwan Bashir

    C# help sysadmin security

  • Unique Problem, Connecting to web service using credentials fail for 1 user only, works for all.
    R Rizwan Bashir

    Hi Thanks for reply and sorry I never thought of special character in username and password, I have mailed client about this and as soon as he will reply I shall definately update you. Thanks again for a wonderful clue. Best Regards Rizwan Bashir

    C# help sysadmin security

  • Unique Problem, Connecting to web service using credentials fail for 1 user only, works for all.
    R Rizwan Bashir

    Hi Thanks for reply. its our client and we cannot force/request him to install .Net on his machine for us. So what ever we can do we have to use our development machine and then deploy on his machine. if Text Encoding would have any problem then it must be with all users. Best Regards Rizwan Bashir

    C# help sysadmin security

  • Unique Problem, Connecting to web service using credentials fail for 1 user only, works for all.
    R Rizwan Bashir

    Hi I have a desktop application with a back-end as web service. Web service is hosted on server with Windows Authentication option. All users do settings in provided setting form using desktop application and hit test connection and it succeeds for all except one user. When this unique user click test button he gets 401: access denied message. if he copy that web service URL in web browser and enters same credentials as in setting forms it works. So only the application fails to connect with web service. Any help would be highly appreciated to resolve this issue. Best Regards Rizwan Bashir

    C# help sysadmin security

  • Need to deploy webservice and web application in same project. How to rename app_code.dll file
    R Rizwan Bashir

    Hi I have a requirement to install web application and webservice under same virtual directory so both applications could use same app.config file. The problem is that both applications create app code.dll file, I need to rename the file for web service but if i rename them then service does not work. Any help of idea would be highly appreciated. I searched google as well but could not find any link which can point out the solution. Best Regards Rizwan Bashir

    ASP.NET help tutorial

  • How to set default credentials on Vista using .Net ?
    R Rizwan Bashir

    Hi I have build an application which needs to write log files in user specified folder during settings with in the application + it need to connect with Access and update the records. When my application runs on XP it works fine but when It runs on Vista it do not get the default credentials and used to have readonly rights on the machine.So write log fails and while updating access it does not allow me. I can check the default rights using system.security.principle class but how can set the default credentials for application as the user who run's the application do have rights to read/write/delete on machine. Any idea's Best Regards Rizwan Bashir

    Visual Basic csharp security tutorial question announcement

  • For a site with millions of users what architecture should be best in asp.net
    R Rizwan Bashir

    Hi Thanks for the reply and it gives me real comfort that I was thinking in right direction. I was also planning for Bussiness Layer which could be deployed separately and with project depending on the requirement. Best Regards Rizwan Bashir

    ASP.NET database help csharp asp-net sql-server

  • For a site with millions of users what architecture should be best in asp.net
    R Rizwan Bashir

    Hi I am using asp.net 3.5 , Its my first ever experience that I am building a site which could hold millions of records and 1000's of users can sign in togather, This application is some thing like property real estate. Now the problem which I am facing is the following. Since application could have millions of records and millions of users navigating togather with in the application so what should be the development architecture. If I shall use web service as Bussiness Layer then we need to place to hostings one for service and other for main application where we want to deploy single application on IIS to use this as a product in future. Also if I shall keep the webservice then on each user login or each query system will open a new connection with SQL server which would kill SQL server. If I keep a Bussiness Tier in the middle ( like Transaction Server) even then connection to SQL Server will go to millions when million of users will sign in togather. I dont understand what should be the best as I am just working on this issues now a days to define architecture well before starting development. Any Suggestions or any links which could help me would be highly appreciated. You can consider zillow.com as a type of project I am going to work on. Best Regards Rizwan Bashir http://www.alm-soft.com

    ASP.NET database help csharp asp-net sql-server

  • How to Resize the form and open the touch keyboard on screen.
    R Rizwan Bashir

    Hi I am new to mobile applications and working on my first ever sample application. Development environement .Net 2005 Target Mobile : k-Jam with windows 5.0 My Problems are the following. 1. The application is single form, So when I resize the form in design time and install on my PPC it always cover the complete screen instead of orignal size which is given while designing. 2. There is one textbox on my form, When It get focus I need to show the screen keyboard so user can write any thing using touch screen instead of using qwerty keyboard. Any idea's Regards

    Rizwan Bashir <a href="http://www.alm-soft.com/">ALM Soft</a>[<a href="http://www.alm-soft.com/" target="_blank" title="New Window">^</a>]

    Mobile csharp com design tutorial

  • How to recognise words and split who have no space like "helloworld" should be "hello " and "world"
    R Rizwan Bashir

    Hello I need to split the words in a way that each should be meaning ful. For Example we have word "codeproject" , this consist of two words Code and Project. I want to split the words like this . Another Examples would be somehow= Some How. thisis = this is whatisyourname= what is your name Any help would be appreciated. Regards Rizwan Bashir

    Rizwan Bashir <a href="http://www.alm-soft.com/">ALM Soft</a>[<a href="http://www.alm-soft.com/" target="_blank" title="New Window">^</a>]

    Visual Basic tutorial com help question

  • Datgrid with Image column does not display Image
    R Rizwan Bashir

    I am using unbound datagridview in which one data column is for deleting the row. I am using Delete image on this cell. Now when users adds a new row or even before adding the row. the Cross Image displays in it. which is not my delete image and to get the image in the cell I have to programmatically reload the row after editing to display image. Is there any way through which I can get my delete image as a default image on the column cells. Regards

    Rizwan Bashir ALM Soft[^]

    C# com

  • How to Hide IP while connecting to different web sites ?
    R Rizwan Bashir

    I have one data scraping project where my vb.net 2.0 application will browse pages and will extract information from there. The only problem is the IP address if the site comes to know that any IP is doing this job they block it. There are many softwares out there is in the market which hides the IP . Is there any way I can do this job in my application through code instead of buying any third party component ? Any help would be precious Best Regards

    Rizwan Bashir ALM Soft[^]

    Visual Basic help csharp com tutorial
  • Login

  • Don't have an account? Register

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