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
ABBASI_RA
Posts
-
use linq -
bindingsource add new rechi 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
-
analysis service sql2005Notify 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
-
error when deploy asp.net websitethanks i ask it and they dont support sqlexpress i found its way... thanks again
-
error when deploy asp.net websitei 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
-
error when deploy website using ASPNETDB.MDFI'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
-
create user with codehi i want to create asp.net user with code without using CREATEUSER WEBCONTROL. how i can do this... thanks
-
change button shapethanks for your help :)
-
change button shapehi i want to change the shape of button from rectangle to circle. how i can do it? thanks
-
change bios setting from windowshi i want to change bios setting from windows (any version). can you help me? thanks
-
membershipuser contrlos and sql db useridthanks for your attention. but there isnt any member or method like Membership.User.Guid anyway thanks again goodluck
-
membershipuser contrlos and sql db useridI 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
-
using membership controlsI 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
-
try to add new record with bindingsource componenti 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.
-
try to add new record with bindingsource componenthi 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
-
running javascriptthanks 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.
-
running javascriptdid 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 page speedup loadhi friends how i make my asp.net pages to load their text first and after that loads the pics? thanks
-
running javascripthi 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
-
problem with 2005hi 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?