hi all, please help me in this i am trying to achieve the functionality like zeeweb splitter control.how can i do this by java script or Ajax controls or guide me if any links are available for this how to approach using asp.net and C#. Thanks And Regards, Guru
kinnuP
Posts
-
need help on creating control like zee Websplitter control -
need help on check the configartions and connection establisment with database before application start in asp.netHi All, i am working in product meta manager using asp.net . i have to check the configartions and connection establisment with database before application start. please help me or suggeest me how can i approach. i am not getting any idea. Thanks And Regards, Guru
-
Need Help While Creting Websteup Projecthi all, please help me in this , i creating a websteup project while installing in client machine the following conditions have to check , 1)If SQL Server 2005, then make sure to check the SMO version and suggest if there is any mismatch. If appropriate SMO version is not found, then we can inform the user and install that. If user says MySQL 5.1, then check if appropriate driver dll file is found, if not raise an error and suggest user where to get it. 2) If SQL Server 2005 is selected, then we need to ask if the database already created or not. If created, then you need to ask for servername(or ip), database name, port number, userid/password, then go and create the required tables and insert the rows. If database is not created, then you need to create database, create tables, insert rows, etc., If we have to create database, then we need to ask Server name (or ip adress), port number(default 1433), where the data file, log file going to reside, database name, initial database size, dba login credentials, etc., 3) If MySQL 5.1 is selected, then we need to ask if the database is already created or not. If created, then we need to ask for userid/password, port number, database name, port number, userid/password, then go and create required tables and insert the rows. if daatabase is not created, then you need to create database, create tables, insert rows, etc., If we have to creat database, then we need to ask server name(or ip address), port number (default 3306), database name, login credentials, etc., Please suggest me if any article is available in net i tried lot for this .but unable to find correct info .still trying.... any help please Thhanks and regards, Guru
-
Developing Themes in WPFhi All, I am Currently Working on Wpf And WinForms using SCSF. Any one can please help me in this ,how to Develop The Themes Concept in Wpf or Win application .If any one knows Articles please FWD the Links it helps lot. Thanks And Regards, Guru
-
Developing Themeshi All, I am Currently Working on Wpf And WinForms using SCSF. Any one can please help me in this ,how to Develop The Themes Concept in Wpf or Win application .If any one knows Articles please FWD the Links it helps lot. Thanks And Regards, Guru
-
Developing Themes in WPFhi All, I am Currently Working on Wpf And WinForms using SCSF. Any one can please help me in this ,how to Develop The Themes Concept in Wpf or Win application .If any one knows Articles please FWD the Links it helps lot. Thanks And Regards, Guru
-
Unable to open the Wpf application in windows ( SCSF) [modified]hi all, i am using VS2005 With frame work 3.0 and insatlled the SCSF 2007 release . i want to know this release supports the wpf in winfroms.please help me in this. i am trying from past one day. Thanks , Guru
modified on Wednesday, December 17, 2008 5:07 AM
-
Unable to Crate Event Of gridviewRowBoun using Model-View-Presenter Pattrenhi all, can you please help me in Creating of gridviewrowdatabound Event using Model-View-Presenter Pattren. Thanks And Regards, Guru
-
Invalid postback or callback argument. while using orethan one from tags in a web pagei can do it for that web page but i have to do it in master page it is inherted for all pages . so ithink it is better to do it in web.config . because we are using fck editor 3rd party control ..in this contorl we have form button while using this button it is creating problem.please let me know if we hav any other options or let me know what are the problems i can face if i make it enableValidateRequest=false.
-
Invalid postback or callback argument. while using orethan one from tags in a web pagehi all , i am getting Exception as"Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or ]]>" while using more than one form tag in a web page. i got soultion by google if i add enableEventValidation="false" application working fine but i am affriding to add it in web.config because how it effect for other controls in my application .please let me know any one knows other soultion for this . or please let me know is it safer way to add this in to web.config.if it causes any problem let me know the problems also if add it in web.confing. please send the soultion for this maild also:gurukiranmca@gmail.com Thanks And Regards, Guru
-
GridView & SQLdatasourceproblemshi Jacob Dixon,"Ok in the dialog for the update command it has the command for updating the fields. So when you click update in the grid view where are the commands that make it update? It will not update. When you change something and click UPDATE it just goes right back to what it was." for this please check the isnotpsotback property is given in Pageload event or not .
-
need help in Regular ExpresstionHi all, please let me know any one knows the rgular expresstion to ristrict the string format of Url type: 1)http:\\www,goog.com....... 2)wwww.google.com.......... 3http://www.codeproject.com/script/Forums/Edit.aspx............. the expresstion which does not accept the Any specal charectes at last continously. Thanks And Regards, Guru
-
Disable the Defalut button porperty while user click enter key on the formyes i have allow the user to click on the button then only it have submit . if he press enter key it can not be submit.
-
Disable the Defalut button porperty while user click enter key on the formsorry yar it is not working for my case . the problem is whenever the user Edit the page i am doing All the fields are readonly and set tabindex property to -1; whenever he click enter on the form the button activate dfault . Note:pls let me know if it is not clear to you. Thanks And Regards, Guru
-
Disable the Defalut button porperty while user click enter key on the formhi all, when user click enter on the form the page is submitting . i d'nt want to submit the page while user click enter on the form .please give some soultion for this issue . Thanks And Regards, Guru
-
Required field validation is not working while using onclientclick in buttonhi all, i am using onclick as well as onclient click event. if i am using onclientclick event my required field validation is not working.please help me in this . i am not finding where it causing prablem Thanks And Regards, Guru
-
AjaxCalender Controlhi all , i am using Ajax calender control .i want to display only this year and to day date on words.user not allowed to select previous years and dates other than current and feature dates. Thanks And Regards, Guru
-
Paging problem in datagridhi all, paroblem as follows, i am using third party control for page navigation.the index of the datagrid current page index not matching with the third party control index.for example when i am deleting last record in second page i am able to bind with the first page. but if am deleting any record in first page it is throwing exception "Invalid CurrentPageIndex value. It must be >= 0 and < the PageCount." the code as follows : this.dgUserList.CurrentPageIndex = this.dgnNav.CurrentPage; //Reset the page Navigation if deleting the only record on the last page. if (dgUserList.Items.Count <= 1 && dgUserList.CurrentPageIndex == dgUserList.PageCount - 1) { if (this.dgnNav.CurrentPage <= dgUserList.PageCount && this.dgnNav.CurrentPage > 0) { dgUserList.CurrentPageIndex = this.dgnNav.CurrentPage - 1; } } this is the page index of third party control this.dgnNav.CurrentPage; Thanks And Regards, Guru
-
Regular Expression for Validate Urlhi all, i need a regular expression which validates Http,https And "FL&linkTitle=Links" Thanks And Regards, Guru
-
unable to open file in new window using hyper link(physical path)hi rays, i am passing "file:///D:/FNTPlacer/Documents/TEST/TestCases.txt" even through it is not working. Thanks And Regards, Guru