473,550 Members | 2,417 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET Forum

0
1,096
thread by: Albert1611 | last post Aug 2 '13 by: Albert1611
Hi everyone... can you please help me out in this issue. actaully i have one ASP.net applcation web portal. which has login page ,tracking page etc. and for security purpose i have maintained Session timeout in my applcaition for 40 minutes. that is if my page is idle for 40 mins then it will rediect to session expired page. so again user have to...
0
2,617
thread by: Deva Kumar | last post Jul 30 '13 by: Deva Kumar
I am using Devexpress.AspxGridview control. I have an AspxGridview that shows the following data. 1. Gallery Name 2. Gallery (Image Column) 3. Display Order In "Display Order" column i have to get the input from the user to display the images in that order. So i used a column that is the Template of DataItemTemplate (Textbox Template). I...
0
1,238
thread by: Yiyi | last post Jul 30 '13 by: Yiyi
Good morning, I'm working on a project where I've to connet to a provider server. This server uses OAuth2 techmology for authentication. You can find the sandbox example here http://sandbox.ihealthlabs.com/contentfiles/files/SandboxAPISample.zip and you can use the credentials sandboxuser@ihealthlabs.com with password 111111 . OK, this...
4
3,664
thread by: Suny | last post Jul 26 '13 by: Suny
Hello everybody ... I have a gridview that display data from SQL table using the Configure data source with where clause to show data based on 2 Dropdown list It works fine and the data already show based on the choices of the drop menu .... but I need to SHOW ALL Items on gridview when I select the SHOW ALL from the dropdown menu Can...
0
1,690
thread by: bhargavdudani | last post Jul 25 '13 by: bhargavdudani
I have dynamically created button in c#,all button is bind to page on page load event of page now when I press any of button from them then first of all it again bind all controls and then it fire it's click event how can I stop that re binding of contro when I press button please help me its urgent
0
1,100
thread by: zak123 | last post Jul 23 '13 by: zak123
Hi, I have automation scripts in RFT. I have designed UI in VS2012 which takes all the input fields here. I need to execute the RFT script on a click of a button taking all the fields from UI as arguments. Any help?? Thanks in advance. -- Zak
0
1,235
xarzu
thread by: xarzu | last post Jul 22 '13 by: xarzu
How Does SSO work with ASP.NET? I have never worked with SSO before. I have inherited a project from another programmer. The code can be run and debugged locally and when it is time to submit it to the server, I publish it through Visual Studio. The SSO workes locally in debug mode but fails to accept a login in the published release mode....
4
7,879
thread by: reach2raziq | last post Jul 20 '13 by: saurabhjb
Hi All, I have one web site and server that is hosted on "Pacific Standard Time" Zone . When a user from different contries creat blogs the displayed time for respective blog will be a server time.. the code below is what i am using for conversion.. TimeZoneInfo PTZone = TimeZoneInfo.FindSystemTimeZoneById( "Pacific Standard Time" ); ...
0
1,033
thread by: Donejen | last post Jul 20 '13 by: Donejen
I can't control cursor while I'm inserting a new number of character in function in Even Text_Change. For example: I have 123, after I add number 4 it become 4123. How can I do?
2
3,590
thread by: cheche08 | last post Jul 19 '13 by: cheche08
I am using vb.net and MySql database. After storing Chinese character to MySql, I can't retrieve that Chinese character to vb.net? How is it possible to retrieve Chinese character from MySql to vb.net TextBox? Thank you so much for your response.
1
1,652
thread by: gomathipriya | last post Jul 19 '13 by: Frinavale
hi, i am using microsoft visual studio express 2012. on here i tried to display the today date and time using ViewData technique. but i couldnt get the today date and time in view layer. my code is, in the controller public ActionResult display() { ViewData = DateTime.Now.ToString(); return View();
0
1,125
thread by: squazi | last post Jul 19 '13 by: squazi
hello everyone I want to develop asp.net app which record a voice and save to Local machine Thanks in advance.. Regards, SQuazi
1
14,291
thread by: Eran Hefer | last post Jul 17 '13 by: johnmathew
With SharePoint timer jobs you can create & execute processes on a daily / hourly / minutely basis. After deployment, the timer job definition executes your custom code. The easiest (and more common) way to deploy a timer job is by feature. When the feature is being activated, a custom code on the "FeatureActivated" method should install the...
1
4,562
thread by: fastestindian | last post Jul 16 '13 by: Frinavale
When I try to send the mail, I am getting following exception. System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to...
4
1,596
thread by: fastestindian | last post Jul 16 '13 by: fastestindian
Hi, I m getting "Exception occured while reading from the cells." while uploading from a machine. But this issue does not occur from different machine. Please help me, why this is occurring and is it something to do with the access rights. Thanks in advance, Sachin
10
8,048
CroCrew
thread by: CroCrew | last post Jul 15 '13 by: Frinavale
Hello everyone, First let me say thanks to anyone that post an answer to my question. Let me explain the what I am trying to do. The code below is an example and try to keep all answers within the five pages that I have posted. I did not want to post the complex version of my code because I think if this gets solved then others can use the...
2
1,349
thread by: pradip9975 | last post Jul 15 '13 by: Frinavale
Sir i am develop my website through ASP.NET and VB.NET so ho am i upload my website. Is there possible to upload VB.NET code in my website. Is there any this type of web hosting available or not? If yes, please suggest me whis type of web hosting purchasing.
2
1,354
thread by: rohitjs | last post Jul 10 '13 by: Killer42
The date format picture ends before converting entire input string 01830 in asp.net SELECT A,B,C FROM XYZ WHERE to_date(accptnc_dttm,'DD-MON-RRRR HH:MM')>='" + datefrom_changed + "' and to_date(accptnc_dttm,'DD-MON-RRRR HH:MM')<'" + dateto_changed + "'
6
1,358
thread by: Kilavo | last post Jul 9 '13 by: Frinavale
I'm developing a system which I want to locate different places. Have the database which contain some Latitude and longitude and want to compare with the one received from the GPS through GSM modem which are string. Example Latitude 3.23909S, Longitude 36.47961E. Assume I have in the database Latitude 3.24907S, Longitude 37.57899E as Location X...
3
5,127
thread by: Mudassir | last post Jul 9 '13 by: Frinavale
Dear all.. I want to get the meta description and image in the head section of parent page from the iframe. In a simple page I did it like this : <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.1.min.js"></script> <title></title> <link rel="image_src" href="source to my image" /> <script...
6
2,193
thread by: Shakir241232 | last post Jul 3 '13 by: Rabbit
The Control Could not found by ID See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Runtime.InteropServices.COMException (0x0000026B): The control could not be found by id. at...
4
1,257
thread by: chathu | last post Jul 3 '13 by: Rabbit
I want to check if there is MySQL table called sum,and I subtract difference between those values. For example: id values 1 10 2 5 3 6 4 8
0
1,071
thread by: Sonal26 | last post Jun 25 '13 by: Sonal26
The payment_status=Pending and pending_reason=unilateral. Do you have any idea what is the problem? Is it because I am using sandbox?
0
1,507
thread by: vidyaAdmin | last post Jun 24 '13 by: vidyaAdmin
I am getting this exception- "The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))" while opening an existing excel file using an excel workbook object. Lines of code : Private objExcel As Excel.Application Private xlWorkBook As Excel.Workbook objExcel = New Excel.Application xlWorkBook =...
0
1,533
thread by: Ankur Gupta | last post Jun 21 '13 by: Ankur Gupta
Hi, I got the following error after search in the table... "Specified argument was out of the range of valid values. Parameter name: offset" But after page refresh, i didn't get the error. I use this code.. Dim buffer As Byte() = _ms.ToArray() outStream.Write(_ms.ToArray(), 0, buffer.Length)

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.