Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~932 People Reached
Favorite Tags
Member Avatar for Qasim Ali

hi I have a freetextbox, a hiddenfield and a button on my web page. By pressing the button it insert the text from hiddenfield into freetextbox at current cursor position. I am doing this task using java script. when I run the webpage it give me Object required error. The …

Member Avatar for jaylenong
0
183
Member Avatar for Qasim Ali

Hi all I have javascript function that insert text into freetextbox at current cursor position. It works well when I call this function onClientClick event passing a string as a parameter (This string is inserted into freetextbox at current cursor position). My code is as follow [code]<FTB:FreeTextBox id="FreeTextBox1" toolbarlayout="ParagraphMenu,FontFacesMenu,FontSizesMenu,FontForeColorsMenu, FontForeColorPicker,FontBackColorsMenu, …

Member Avatar for Airshow
0
358
Member Avatar for Qasim Ali

Dear Sir I have three tables 1. Categorys (ID, Name) 2. Definitions (ID, Name, CategoryID) 3. Versions( ID, Name, DefinitionID) I have generated three objects using EDM 1 Cagegorys Navigation (Definition) 2. Definitions Navigation (Category, Version) 3. Versions Navigation (Definition) I want to get latest versions against each category My …

0
61
Member Avatar for Qasim Ali

HI I have three tables 1. Categorys (ID, Name) 2. Definitions (ID, Name, CategoryID) 3. Versions( ID, Name, DefinitionID) I have generated three objects using EDM 1 Cagegorys Navigation (Definition) 2. Definitions Navigation (Category, Version) 3. Versions Navigation (Definition) I have following problems 1. I want to update the category …

Member Avatar for Qasim Ali
0
68
Member Avatar for Qasim Ali

I have three database tables 1. Category(Id, Name) 2. Definitions( ID, Modified, CatergoryID) 3. Versions (ID, Name, Template, DefinitionID) I have generted Entity Data Model (EDM). It has generated 3 entities 1. Category Scalar Properties ID Name Navigation Properties Definitions 2. Definition Scalar Properties ID Modified Navigation Properties Category 3. …

Member Avatar for Qasim Ali
0
85
Member Avatar for Qasim Ali

Hi every One I am using FormView which is bound to EntityDataSource (VS 2008). It is working Correctly when I Add data manually But I want to add Dropdownlist which is bounded to another table Its Selected Value should be inserted in Database (Orginal Table of EntityDatasource). How I accomblish …

Member Avatar for kvprajapati
0
176