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
~994 People Reached
Favorite Tags
Member Avatar for riya_developer

Hello, how to pass string to MySql stored procedure and append it to query in stored procedure? can anyone tell me this MySql syntax?

Member Avatar for smantscheff
0
67
Member Avatar for riya_developer

Hello, I have two databases in MySql... Master database and child database.. In master database there are two tables...Accountant(Having Primary Key AccountID) and Client(Having Primary Key ClientID)... Now for each client master database remains same and child database is created for each client... In child database,there are several tables related …

Member Avatar for urtrivedi
0
241
Member Avatar for riya_developer

Hello........ I have my my own localhost link.. [url]http://localhost:3965/Survey/SurveyPreview/105[/url] But it can not work in all computers... How to make this link general...that from all computers it can be opened...

Member Avatar for urtrivedi
0
96
Member Avatar for riya_developer
Member Avatar for crishlay
0
180
Member Avatar for riya_developer

Hello, In my mvc3 application, In my database there is a table.and in that folderid and name are two columns. I want all folder names in my listbox. Can anyone tell me What is the syntax for using listbox in mvc3?

0
58
Member Avatar for riya_developer

My project is on MVC... In WidgetController.cs my method is : [CODE][HttpGet] public ActionResult GetAllWidgets() { try { ViewData["WidgetErrMsg"] = ""; using (ISurveyDataRepository<Survey.Lib.Models.Widget> objWidget = new SurveyDataRepository<Survey.Lib.Models.Widget>()) { return PartialView("GetAllWidgets", objWidget.GetAll().ToList().OrderBy(x => x.RowNumber)); } } catch (Exception ex) { if (Logger.IsLoggingEnabled()) { Logger.Write(ex, "GetAllWidgets"); } ExceptionPolicy.HandleException(ex, "ExceptionLogPolicy"); return View("Error"); } …

0
72
Member Avatar for riya_developer

What is the solution for the exception below : "Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified." What might be the problem?

Member Avatar for ckchaudhary
0
58
Member Avatar for riya_developer

Hii... I want that height of elements should be adjusted automatically at run time based on the size of element.. For that I have used Height : auto; But it is not working... So which property should I use?

Member Avatar for riya_developer
0
91
Member Avatar for riya_developer

Can anyone tell me how to drag widget to empty place using jquery in mvc application? whick property I should set?

Member Avatar for ckchaudhary
0
71
Member Avatar for riya_developer

In my website based on MVC...I need to create one user control...in that there can be any no of widgets. I want to make all widgets draggable and save its positions so that when the page is reloaded, all widgets come at their respective positions.. Upto this I have done …

0
60