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
A

ABBASI_RA

@ABBASI_RA
About
Posts
84
Topics
57
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • use linq
    A ABBASI_RA

    hi i want to use linq in my app but i dont know how get it and install it i use vs2008 but it dosnt has System.Linq thanks

    LINQ csharp linq

  • bindingsource add new rec
    A ABBASI_RA

    hi i want to add a new rec to a table with bindingsource BindingSource1.Add(dr); and dr is a datarow but it raise an runtime error that " dr must be the same type of other items in collection" ofcurse its the same type but i dont know whats the problem!!! any one can tell me how i do it? thanks

    C# help question

  • analysis service sql2005
    A ABBASI_RA

    Notify when a special partition in analysis service must update? how i can triger a program to update a special partition of a cube at a required time? or how to found a way to know if a special partition need to be update? thanks

    Database tutorial question announcement

  • error when deploy asp.net website
    A ABBASI_RA

    thanks i ask it and they dont support sqlexpress i found its way... thanks again

    ASP.NET sysadmin help csharp asp-net database

  • error when deploy asp.net website
    A ABBASI_RA

    i create an asp.net website using membership and .. it works fine on local but when i deploy it to internet this error occures: -------------------------- An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) --------------------------- My web config contains this: any one can help me ..??? thanks

    ASP.NET sysadmin help csharp asp-net database

  • error when deploy website using ASPNETDB.MDF
    A ABBASI_RA

    I've started a website which works fine when I launch it with visual studio 2005 entreprise edition. But when I publish it on internet, the login page appears but when I want to use login control, an CONNECTION error ocures. I use the ASPNETDB.MDF database to authenticate users. And use 'Form' authentification mode. any one can help me.. thanks

    ASP.NET help csharp database visual-studio

  • create user with code
    A ABBASI_RA

    hi i want to create asp.net user with code without using CREATEUSER WEBCONTROL. how i can do this... thanks

    ASP.NET csharp asp-net

  • change button shape
    A ABBASI_RA

    thanks for your help :)

    C# question

  • change button shape
    A ABBASI_RA

    hi i want to change the shape of button from rectangle to circle. how i can do it? thanks

    C# question

  • change bios setting from windows
    A ABBASI_RA

    hi i want to change bios setting from windows (any version). can you help me? thanks

    System Admin help question announcement

  • membershipuser contrlos and sql db userid
    A ABBASI_RA

    thanks for your attention. but there isnt any member or method like Membership.User.Guid anyway thanks again goodluck

    Web Development database csharp asp-net question

  • membershipuser contrlos and sql db userid
    A ABBASI_RA

    I have a database(mydb) with userid fild data. and i want to use AspLogin control and other control that manage membership that uses aspnetdb of asp.net application. so how i can use the userid of aspnetdb and bring it in my own database(mydb) when the users loged in ? thanks

    Web Development database csharp asp-net question

  • using membership controls
    A ABBASI_RA

    I have a database(mydb) with userid fild data. and i want to use AspLogin control and other control that manage membership that uses aspnetdb of asp.net application. so how i can use the userid of aspnetdb and bring it in my own database(mydb) when the users loged in ? thanks

    ASP.NET csharp asp-net database question

  • try to add new record with bindingsource component
    A ABBASI_RA

    i use all components needed in my winform: dataset , datatable , bindingsource , bindingnavigator , textboxes all commands in navigator work but the addnew command create a new row in bindingsource list and make it current and gets data from textboxes but it dosnt save the newrow data (current item ). dosnt attach added row to the bindingsource list.

    C# help question

  • try to add new record with bindingsource component
    A ABBASI_RA

    hi i have a table t1 with some col c1,c2,c3. and a winform with some textbox binded to those filds via bindingsource and dataset. filling , loading , navigating and deleting are works but i dont know why ADDNEW dosnt work???? mey someone help me please.. thanks

    C# help question

  • running javascript
    A ABBASI_RA

    thanks for your attention the page is persian. you just click on stars pic.(in the middle column) and a new dialog page must open. when i do it in an Opera browser target page appear but when i do it with IE an "Error on page" appear in statusbar and the target page dosnt open.

    ASP.NET csharp java javascript asp-net docker

  • running javascript
    A ABBASI_RA

    did you see the page? (in IE and Opera) it works in Opera and also works on my computer (local) but the script code fail when run in IE. i confuse why it works on my computer with IE browser but fail when deploy it on host server.

    ASP.NET csharp java javascript asp-net docker

  • asp.net page speedup load
    A ABBASI_RA

    hi friends how i make my asp.net pages to load their text first and after that loads the pics? thanks

    ASP.NET csharp asp-net question

  • running javascript
    A ABBASI_RA

    hi friends i write a java script code for star rating in a asp.net webpage. it works correctly in OPERA browser but its not working in IE that i make my pages for IE 6.0 this its url address: http://avval.ir/Result.aspx?WordKey=Hynix&Degree=0&SearchPoint=330 Script code: ------------------------------------------- function RateIt(IDC,NameC) { var windowAttribs = "width=225 px, height=20 px, left=350, top=200"; var Url="rate.aspx?IDC="+IDC+"&NameC="+NameC; window.open(Url,"Rate It...",windowAttribs); } ---------------------------------------------- Page Code: ============================ ','<%# DataBinder.Eval(Container.DataItem, "Title2") %>')" style="cursor:hand" src='<%# DataBinder.Eval(Container.DataItem, "Rate") %>'> ============================== whats problem? thanks

    ASP.NET csharp java javascript asp-net docker

  • problem with 2005
    A ABBASI_RA

    hi i convert a website project from VS2003 to VS2005 and compile it success but ther isnt any .dll file in bin directory what i have to do to have this .dll file to deploy project on web server?

    ASP.NET sysadmin help question
  • Login

  • Don't have an account? Register

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